Skip to content

Commit

Permalink
Merge pull request #432 from tgstation/Cyberboss-patch-1
Browse files Browse the repository at this point in the history
WorldAnnounce when compile completes
  • Loading branch information
Cyberboss authored Dec 2, 2017
2 parents c24d99a + a5f3a19 commit 25c87d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TGS.Server/Instance/Compiler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 25c87d4

Please sign in to comment.