fix wrong leave message

This commit is contained in:
UnknownShadow200 2017-04-21 17:20:01 +10:00
parent 1e7b14986a
commit 75ea68bdef

View File

@ -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 {