forked from MagicBane/Server
Handler update.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user