Oops more spaces

This commit is contained in:
Jamie Hankins
2017-09-10 03:02:00 +01:00
parent 63added211
commit 6bd485e5bf
+7 -7
View File
@@ -480,13 +480,13 @@ namespace TGServerService
}
}
var staged = DaemonStatus() != TGDreamDaemonStatus.Offline;
if (!PostcompileHook())
{
lastCompilerError = "The postcompile hook failed";
compilerCurrentStatus = TGCompilerStatus.Initialized; //still fairly valid
return;
}
var msg = String.Format("Compile complete!{0}", !staged ? "" : " Server will update next round.");
if (!PostcompileHook())
{
lastCompilerError = "The postcompile hook failed";
compilerCurrentStatus = TGCompilerStatus.Initialized; //still fairly valid
return;
}
var msg = String.Format("Compile complete!{0}", !staged ? "" : " Server will update next round.");
SendMessage("DM: " + msg, ChatMessageType.DeveloperInfo);
TGServerService.WriteInfo(msg, TGServerService.EventID.DMCompileSuccess);
lock (CompilerLock)