Fixed a bug with the Server Shutdown when the CheckForOnlinePlayers option not selected.

Fixed a bug when the backup path was a root directory that caused a 'Invalid URI: A Dos path must be rooted, for example' crash.
Language File updates
This commit is contained in:
Brett Hewitson 2021-12-15 10:50:04 +10:00
parent 4513fe119b
commit bfc8b87872
14 changed files with 199 additions and 379 deletions

View file

@ -523,7 +523,7 @@ namespace ServerManagerTool.Utils
OutputLogs = false,
SendAlerts = true,
SendEmails = false,
ServerProcess = ServerProcessType.Shutdown,
ServerProcess = ServerProcessType.Stop,
ShutdownInterval = 0,
ServerStatusChangeCallback = (ServerStatus serverStatus) =>
{