Skip to content

Commit

Permalink
Update WorldServer.cpp (#1645)
Browse files Browse the repository at this point in the history
  • Loading branch information
EmosewaMC authored Nov 3, 2024
1 parent af94327 commit de3fe93
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dWorldServer/WorldServer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1001,7 +1001,6 @@ void HandlePacket(Packet* packet) {

case eWorldMessageType::CHARACTER_DELETE_REQUEST: {
UserManager::Instance()->DeleteCharacter(packet->systemAddress, packet);
UserManager::Instance()->RequestCharacterList(packet->systemAddress);
break;
}

Expand Down

0 comments on commit de3fe93

Please sign in to comment.