mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-01 03:32:38 +00:00
ServerStateManager: going to the eye from the menu shouldnt WaitingForAllPlayersToReady
This commit is contained in:
parent
647e2f8026
commit
293e011be1
@ -83,7 +83,15 @@ internal class ServerStateManager : MonoBehaviour
|
||||
break;
|
||||
|
||||
case OWScene.EyeOfTheUniverse:
|
||||
new ServerStateMessage(ServerState.WaitingForAllPlayersToReady).Send();
|
||||
if (oldScene == OWScene.SolarSystem)
|
||||
{
|
||||
new ServerStateMessage(ServerState.WaitingForAllPlayersToReady).Send();
|
||||
}
|
||||
else
|
||||
{
|
||||
new ServerStateMessage(ServerState.InEye).Send();
|
||||
}
|
||||
|
||||
break;
|
||||
|
||||
case OWScene.None:
|
||||
|
Loading…
Reference in New Issue
Block a user