mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-07 13:05:41 +00:00
remove a space
This commit is contained in:
parent
8f7daf9577
commit
806438b324
@ -10,7 +10,7 @@ namespace QSB.WorldSync
|
||||
/// </summary>
|
||||
public class RequestInitialStatesMessage : QSBMessage
|
||||
{
|
||||
public override void OnReceiveRemote() =>
|
||||
public override void OnReceiveRemote() =>
|
||||
Delay.RunWhen(() => QSBWorldSync.AllObjectsReady,
|
||||
() => SendInitialStates(From));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user