Browse Source

Handler written for protocol class

combat-2
MagicBot 8 months ago
parent
commit
0e431aa726
  1. 2
      src/engine/net/client/Protocol.java

2
src/engine/net/client/Protocol.java

@ -302,6 +302,8 @@ public enum Protocol { @@ -302,6 +302,8 @@ public enum Protocol {
AbstractClientMsgHandler msgHandler = protocol.handler;
// Eat this message; no or empty handler
if (msgHandler == null)
return true;

Loading…
Cancel
Save