Handler created for LeaveWorldMsg

This commit is contained in:
2024-03-27 14:10:59 -04:00
parent c33cd9773f
commit 7e3a8a7a40
3 changed files with 31 additions and 4 deletions
@@ -737,9 +737,6 @@ public class ClientMessagePump implements NetMsgHandler {
case LEADERCHANNELMESSAGE:
ChatManager.handleChatMsg(s, (AbstractChatMsg) msg);
break;
case LEAVEREQUEST:
origin.disconnect();
break;
case READYTOENTER:
break;
case OPENVAULT: