mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-03-12 22:14:37 +00:00
SyncBase: increase pause timer delay
This commit is contained in:
parent
823c70f9ec
commit
b112d196f7
@ -154,7 +154,7 @@ public abstract class SyncBase : QSBNetworkTransform
|
||||
}
|
||||
}
|
||||
|
||||
private const float _pauseTimerDelay = 1;
|
||||
private const float _pauseTimerDelay = 10;
|
||||
private float _pauseTimer;
|
||||
|
||||
private void SafeInit()
|
||||
|
Loading…
x
Reference in New Issue
Block a user