Handler created for TrackWindowMsg

This commit is contained in:
2024-03-29 07:30:24 -04:00
parent ce403a6bd8
commit 8997701d8a
4 changed files with 185 additions and 121 deletions
@@ -129,9 +129,6 @@ public class ClientMessagePump implements NetMsgHandler {
case ARCSUMMON:
PowersManager.recvSummon((RecvSummonsRequestMsg) msg, origin);
break;
case ARCTRACKINGLIST:
PowersManager.trackWindow((TrackWindowMsg) msg, origin);
break;
case CHANNELMUTE:
break;
case KEEPALIVESERVERCLIENT: