This commit is contained in:
2026-07-02 09:39:38 +07:00
parent cf7369e530
commit 0b98175ece
2 changed files with 3 additions and 5959 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -27,6 +27,7 @@ public class TrapPlacementController : NetworkBehaviour
void Update()
{
// Only run placement logic for the local player who is a Trapper
if (Object == null) return;
if (!Object.HasInputAuthority) return;
if (playerData == null || playerData.PlayerRole != _Role.Trapper) return;