fixed previous
This commit is contained in:
@@ -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(""))
|
||||
|
||||
Reference in New Issue
Block a user