mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-24 05:03:34 -04:00
fix /clear global
This commit is contained in:
parent
5c8b32a2a7
commit
b3cb31c135
@ -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.");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user