[General] Fix packet ID for ID_PLAYER_CELL_LOAD

pull/133/head
David Cernat 8 years ago
parent 97aabf4a7d
commit 4dc0ba21ec

@ -4,7 +4,7 @@
mwmp::PacketPlayerCellLoad::PacketPlayerCellLoad(RakNet::RakPeerInterface *peer) : PlayerPacket(peer)
{
packetID = ID_PLAYER_CELL_CHANGE;
packetID = ID_PLAYER_CELL_LOAD;
priority = IMMEDIATE_PRIORITY;
reliability = RELIABLE_ORDERED;
}

Loading…
Cancel
Save