mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-26 22:48:20 +01:00
DewItRight
This commit is contained in:
@@ -193,9 +193,9 @@ namespace TGServerService
|
||||
{
|
||||
if (RestartInProgress)
|
||||
return "Restart already in progress";
|
||||
RestartInProgress = true;
|
||||
}
|
||||
SendMessage("DD: Hard restart triggered", ChatMessageType.WatchdogInfo);
|
||||
RestartInProgress = true;
|
||||
Stop();
|
||||
var res = Start();
|
||||
return res;
|
||||
|
||||
Reference in New Issue
Block a user