mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-23 04:32:50 -04:00
fix wrong leave message
This commit is contained in:
parent
1e7b14986a
commit
75ea68bdef
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user