/zerg command

This commit is contained in:
2025-03-12 21:07:38 -05:00
parent 2a7fd87686
commit 78f95d0173
2 changed files with 45 additions and 3 deletions
+5
View File
@@ -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);