forked from MagicBane/Server
remove case for petition form message pump
This commit is contained in:
@@ -1927,11 +1927,6 @@ public class ClientMessagePump implements NetMsgHandler {
|
|||||||
case GUILDTREESTATUS:
|
case GUILDTREESTATUS:
|
||||||
GuildTreeStatusMsg((GuildTreeStatusMsg) msg, origin);
|
GuildTreeStatusMsg((GuildTreeStatusMsg) msg, origin);
|
||||||
break;
|
break;
|
||||||
case CUSTOMERPETITION:
|
|
||||||
Logger.info("CCR Petition received: " + msg.toString());
|
|
||||||
// TODO need to send something back to client
|
|
||||||
// TODO what to do with petition?
|
|
||||||
break;
|
|
||||||
case IGNORE:
|
case IGNORE:
|
||||||
((IgnoreMsg) msg).handleRequest(origin);
|
((IgnoreMsg) msg).handleRequest(origin);
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user