Handler created for TargetObjectMsg

This commit is contained in:
2024-03-27 13:15:06 -04:00
parent a1f233723f
commit ac92d69914
5 changed files with 50 additions and 23 deletions
@@ -108,7 +108,7 @@ public class LoginServerMsgHandler implements NetMsgHandler {
this.RequestGameServer((GameServerIPRequestMsg) clientNetMsg, origin);
break;
case SETSELECTEDOBECT:
case TARGETOBJECT:
// Why is this being sent to login server?
break;