Browse Source

Handler update.

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

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

@ -288,6 +288,10 @@ public enum Protocol {
public static boolean handleClientMsg(ClientNetMsg msg) { public static boolean handleClientMsg(ClientNetMsg msg) {
// Main message handler for Magicbane. All messages
// incoming from the client are executed here for
// both the login and world servers.
if (msg == null) if (msg == null)
return false; return false;

Loading…
Cancel
Save