forked from mirror/openmw-tes3mp
[General] Fix packet ID for ID_PLAYER_CELL_LOAD
This commit is contained in:
parent
97aabf4a7d
commit
4dc0ba21ec
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue