Removed most old networking stuff

This commit is contained in:
2026-01-14 20:03:52 +01:00
parent 4922a91a04
commit d9aac0158d
7 changed files with 36 additions and 95 deletions

View File

@@ -779,7 +779,7 @@ namespace Marro.PacManUdon
void OnTriggerEnter(Collider other)
{
if (Networking.IsOwner(gameObject) && other.gameObject.GetComponent<PacManGhostCollider>())
if (other.gameObject.GetComponent<PacManGhostCollider>())
{
if (isScared)
{