|
|
|
@ -288,6 +288,10 @@ public enum Protocol {
@@ -288,6 +288,10 @@ public enum Protocol {
|
|
|
|
|
|
|
|
|
|
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) |
|
|
|
|
return false; |
|
|
|
|
|
|
|
|
|