diff options
Diffstat (limited to 'src/net/eathena/partyhandler.cpp')
-rw-r--r-- | src/net/eathena/partyhandler.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/net/eathena/partyhandler.cpp b/src/net/eathena/partyhandler.cpp index ea5b71089..d84ab0036 100644 --- a/src/net/eathena/partyhandler.cpp +++ b/src/net/eathena/partyhandler.cpp @@ -55,7 +55,6 @@ PartyHandler::PartyHandler() : SMSG_PARTY_INVITE_RESPONSE, SMSG_PARTY_INVITED, SMSG_PARTY_SETTINGS, - SMSG_PARTY_MOVE, SMSG_PARTY_LEAVE, SMSG_PARTY_UPDATE_HP, SMSG_PARTY_UPDATE_COORDS, @@ -93,9 +92,6 @@ void PartyHandler::handleMessage(Net::MessageIn &msg) case SMSG_PARTY_SETTINGS: processPartySettings(msg); break; - case SMSG_PARTY_MOVE: - processPartyMove(msg); - break; case SMSG_PARTY_LEAVE: processPartyLeave(msg); break; |