forked from MagicBane/Server
/zerg command
This commit is contained in:
@@ -89,6 +89,11 @@ public enum ChatManager {
|
||||
return;
|
||||
}
|
||||
|
||||
if(msg.getMessage().equalsIgnoreCase("/zerg")){
|
||||
ZergManager.PrintDetailsToClient(pc);
|
||||
return;
|
||||
}
|
||||
|
||||
switch (protocolMsg) {
|
||||
case CHATSAY:
|
||||
ChatManager.chatSay(pc, msg.getMessage(), isFlood);
|
||||
|
||||
Reference in New Issue
Block a user