mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-31 09:02:41 +01:00
Do it here
This commit is contained in:
@@ -37,8 +37,9 @@ namespace TGServerService
|
||||
|
||||
//Only need 1 proc instance
|
||||
void InitDreamDaemon()
|
||||
{
|
||||
var Reattach = Properties.Settings.Default.ReattachToDD;
|
||||
{
|
||||
UpdateInterfaceDll(false);
|
||||
var Reattach = Properties.Settings.Default.ReattachToDD;
|
||||
if (Reattach)
|
||||
try
|
||||
{
|
||||
@@ -49,7 +50,6 @@ namespace TGServerService
|
||||
SendMessage("DD: Update complete. Watch dog reactivated...", ChatMessageType.WatchdogInfo);
|
||||
|
||||
//start wd
|
||||
UpdateInterfaceDll(false);
|
||||
InitInterop();
|
||||
|
||||
RestartInProgress = true;
|
||||
|
||||
Reference in New Issue
Block a user