From 6bd485e5bfb4ac801cc9d7004abbc617460a402b Mon Sep 17 00:00:00 2001 From: Jamie Hankins Date: Sun, 10 Sep 2017 03:02:00 +0100 Subject: [PATCH] Oops more spaces --- TGServerService/Compiler.cs | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/TGServerService/Compiler.cs b/TGServerService/Compiler.cs index 352c99db7c..6b3bf3a984 100644 --- a/TGServerService/Compiler.cs +++ b/TGServerService/Compiler.cs @@ -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)