WorldAnnounce when compile completes

This commit is contained in:
Jordan Brown
2017-12-02 11:15:45 -05:00
committed by GitHub
parent c24d99ac7c
commit a5f3a191d7
+1
View File
@@ -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)