SyncBase: increase pause timer delay

This commit is contained in:
JohnCorby 2022-03-29 15:25:32 -07:00
parent 823c70f9ec
commit b112d196f7

View File

@ -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()