mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-03-30 10:36:42 +00:00
Set correct packetID for ID_WORLD_OBJECT_PLACE
This commit is contained in:
parent
2b98e349ce
commit
d0027ae3e7
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ using namespace mwmp;
|
||||||
|
|
||||||
PacketObjectPlace::PacketObjectPlace(RakNet::RakPeerInterface *peer) : WorldPacket(peer)
|
PacketObjectPlace::PacketObjectPlace(RakNet::RakPeerInterface *peer) : WorldPacket(peer)
|
||||||
{
|
{
|
||||||
packetID = ID_WORLD_OBJECT_DELETE;
|
packetID = ID_WORLD_OBJECT_PLACE;
|
||||||
}
|
}
|
||||||
|
|
||||||
void PacketObjectPlace::Packet(RakNet::BitStream *bs, WorldEvent *event, bool send)
|
void PacketObjectPlace::Packet(RakNet::BitStream *bs, WorldEvent *event, bool send)
|
||||||
|
|
Loading…
Reference in a new issue