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