From 75ea68bdef11f3e7d6cc710339937fc6d1b4f9e9 Mon Sep 17 00:00:00 2001 From: UnknownShadow200 Date: Fri, 21 Apr 2017 17:20:01 +1000 Subject: [PATCH] fix wrong leave message --- MCGalaxy/Commands/Moderation/CmdHide.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MCGalaxy/Commands/Moderation/CmdHide.cs b/MCGalaxy/Commands/Moderation/CmdHide.cs index 169aab9d1..25defc9d8 100644 --- a/MCGalaxy/Commands/Moderation/CmdHide.cs +++ b/MCGalaxy/Commands/Moderation/CmdHide.cs @@ -63,7 +63,7 @@ namespace MCGalaxy.Commands { string discMsg = PlayerDB.GetLogoutMessage(p); Chat.MessageGlobal(p, "&c- " + p.FullName + " %S" + discMsg, false); - Server.IRC.Say(p.DisplayName + " %Sleft the game (" + discMsg + "%S)"); + Server.IRC.Say(p.DisplayName + " %Sleft the game (disconnected%S)"); if (messageOps && !p.opchat) opchat.Use(p, message); Server.hidden.AddIfNotExists(p.name); } else {