Removed most old networking stuff
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user