From c3bcd3ccd8fb2ad5b1e74431d7cc686cfc9666c9 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Fri, 15 Dec 2017 10:01:29 -0500 Subject: [PATCH] Change some wording to be less SS13 specific --- TGS.Server/Instance/Compiler.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TGS.Server/Instance/Compiler.cs b/TGS.Server/Instance/Compiler.cs index 5537794f55..33a9c370c1 100644 --- a/TGS.Server/Instance/Compiler.cs +++ b/TGS.Server/Instance/Compiler.cs @@ -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);