remove case for petition form message pump

This commit is contained in:
2023-08-13 15:35:47 -05:00
parent 490a1bd8e5
commit 480e0c69da
@@ -1927,11 +1927,6 @@ public class ClientMessagePump implements NetMsgHandler {
case GUILDTREESTATUS:
GuildTreeStatusMsg((GuildTreeStatusMsg) msg, origin);
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:
((IgnoreMsg) msg).handleRequest(origin);
break;