mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-29 16:11:05 +01:00
Service now requests DD to restart when upgraded
This commit is contained in:
@@ -56,6 +56,7 @@ namespace TGServerService
|
||||
currentStatus = TGDreamDaemonStatus.Online;
|
||||
DDWatchdog = new Thread(new ThreadStart(Watchdog));
|
||||
DDWatchdog.Start();
|
||||
RequestRestart(); //TODO: Remove this when DD -> Service communication is more
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user