mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-03-12 04:14:08 +00:00
copy code from Init so it behaves identically
This commit is contained in:
parent
2e80ca71d4
commit
331d26d2e4
@ -179,9 +179,12 @@ public class WakeUpSync : NetworkBehaviour
|
||||
else
|
||||
{
|
||||
// should only happen from Init so we gotta wait
|
||||
if (!_hasWokenUp)
|
||||
{
|
||||
Delay.RunWhen(() => QSBWorldSync.AllObjectsReady, WakeUp);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
private void StartFastForwarding(FastForwardReason reason)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user