pet debugging

This commit is contained in:
2024-02-29 19:20:17 -06:00
parent 0679ffcaec
commit 8f6e13102d
2 changed files with 0 additions and 5 deletions
@@ -1913,7 +1913,6 @@ public class ClientMessagePump implements NetMsgHandler {
break;
case POWER:
PowersManager.usePower((PerformActionMsg) msg, origin, false);
ChatManager.chatSystemInfo(PlayerCharacter.getPlayerCharacter(((PerformActionMsg) msg).getSourceID()), "Starting To Cast");
break;
case REQUESTMELEEATTACK:
CombatManager.setAttackTarget((AttackCmdMsg) msg, origin);