You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$"A new version of Space Engineers is available! The server will restart in {TorchBase.Instance.Config.GameUpdateRestartDelayMins} minutes to update to version {latestVersion}.");
/// How long (in minutes) to wait before restarting after a game update is detected.
101
+
/// </summary>
102
+
[Arg("gameupdaterestartdelay","How long (in minutes) to wait before restarting after a game update is detected.")]
103
+
[Display(Name="Game Update Restart Delay",Description="How long (in minutes) to wait before restarting after a game update is detected.",GroupName="Update Detection")]
0 commit comments