mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-16 16:15:24 +00:00
fix gorpo softlock
This commit is contained in:
parent
331d26d2e4
commit
8feb2e095c
@ -301,7 +301,7 @@ public class WakeUpSync : NetworkBehaviour
|
||||
|
||||
if (CurrentState == State.Pausing && (PauseReason)CurrentReason == PauseReason.WaitingForAllPlayersToBeReady)
|
||||
{
|
||||
if (clientState == ClientState.AliveInSolarSystem && serverState == ServerState.InSolarSystem)
|
||||
if ((clientState == ClientState.AliveInSolarSystem && serverState == ServerState.InSolarSystem) || (clientState == ClientState.AliveInEye && serverState == ServerState.InEye))
|
||||
{
|
||||
ResetTimeScale();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user