mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-30 03:32:47 +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 (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();
|
ResetTimeScale();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user