fixed previous

This commit is contained in:
AlexE030
2023-02-07 21:07:12 +01:00
parent f36dd36d21
commit a1a583492b
8 changed files with 9 additions and 18 deletions
@@ -152,7 +152,7 @@ public class NoPlayablePlayer : Player
}
}
public void EventStopFinshed()
public void EventStopFinished()
{
eventstop = false;
}
@@ -40,6 +40,7 @@ public class PlayablePlayer : Player
if (Input.GetMouseButtonDown(0))
{
eventstop = false;
client.EventStopFinished();
}
if (activated && !name.Equals(""))