From a5f3a191d7d7b568a37343eb321cff8fd04b999c Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Sat, 2 Dec 2017 11:15:45 -0500 Subject: [PATCH] WorldAnnounce when compile completes --- TGS.Server/Instance/Compiler.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/TGS.Server/Instance/Compiler.cs b/TGS.Server/Instance/Compiler.cs index 0ed5d2881b..4d11862f1a 100644 --- a/TGS.Server/Instance/Compiler.cs +++ b/TGS.Server/Instance/Compiler.cs @@ -503,6 +503,7 @@ namespace TGS.Server } 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)