forked from MagicBane/Server
Handler written for protocol class
This commit is contained in:
@@ -302,6 +302,8 @@ public enum Protocol {
|
||||
|
||||
AbstractClientMsgHandler msgHandler = protocol.handler;
|
||||
|
||||
// Eat this message; no or empty handler
|
||||
|
||||
if (msgHandler == null)
|
||||
return true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user