Change some wording to be less SS13 specific

This commit is contained in:
Jordan Brown
2017-12-15 10:01:29 -05:00
committed by GitHub
parent 5b1a707b42
commit c3bcd3ccd8
+1 -1
View File
@@ -517,7 +517,7 @@ namespace TGS.Server
return;
}
UpdateLiveSha(CurrentSha);
var msg = String.Format("Compile complete!{0}", !staged ? "" : " Server will update next round.");
var msg = String.Format("Compile complete!{0}", !staged ? "" : " Server will update on reboot.");
WorldAnnounce("Server updated, changes will be applied on reboot...");
SendMessage("DM: " + msg, MessageType.DeveloperInfo);
WriteInfo(msg, EventID.DMCompileSuccess);