fix /clear global

This commit is contained in:
UnknownShadow200 2017-02-07 17:16:51 +11:00
parent 5c8b32a2a7
commit b3cb31c135

View File

@ -38,7 +38,7 @@ namespace MCGalaxy.Commands {
Player[] players = PlayerInfo.Online.Items;
foreach (Player pl in players) {
ClearChat(p);
ClearChat(pl);
}
Chat.MessageAll("%4Global Chat Cleared.");
}