Handler created for PerformActionMsg

This commit is contained in:
2024-03-27 13:41:58 -04:00
parent 507ec302e7
commit 17f18b83f4
3 changed files with 34 additions and 8 deletions
@@ -795,16 +795,9 @@ public class ClientMessagePump implements NetMsgHandler {
case LEADERCHANNELMESSAGE:
ChatManager.handleChatMsg(s, (AbstractChatMsg) msg);
break;
case CHECKUNIQUEGUILD:
break;
case CANCELGUILDCREATION:
break;
case LEAVEREQUEST:
origin.disconnect();
break;
case POWER:
PowersManager.usePower((PerformActionMsg) msg, origin, false);
break;
case READYTOENTER:
break;
case OPENVAULT: