diff --git a/TGS.Server/Instance/Compiler.cs b/TGS.Server/Instance/Compiler.cs index 0ed5d2881b6..4d11862f1a0 100644 --- a/TGS.Server/Instance/Compiler.cs +++ b/TGS.Server/Instance/Compiler.cs @@ -503,6 +503,7 @@ void CompileImpl() } UpdateLiveSha(CurrentSha); var msg = String.Format("Compile complete!{0}", !staged ? "" : " Server will update next round."); + WorldAnnounce("Server updated, changes will be applied on reboot..."); SendMessage("DM: " + msg, MessageType.DeveloperInfo); WriteInfo(msg, EventID.DMCompileSuccess); lock (CompilerLock)