mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-26 14:37:44 +01:00
Change some wording to be less SS13 specific
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user