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
+1 -1
View File
@@ -202,7 +202,7 @@ public class Client : MonoBehaviour
stream.Write(new byte[]{6, (byte)action, 0, 0, 0, 0, 0, 0, 0, 0});
}
public void EventStopFinshed()
public void EventStopFinished()
{
stream.Write(new byte[]{7, 0, 0, 0, 0, 0, 0, 0, 0, 0});
}
@@ -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(""))