mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-10-01 09:00:58 -04:00
[General] Use correct orderChannel for WorldTime packets
This commit is contained in:
parent
0be6de6607
commit
f01c761cb1
@ -6,7 +6,7 @@ using namespace mwmp;
|
|||||||
PacketWorldTime::PacketWorldTime(RakNet::RakPeerInterface *peer) : WorldstatePacket(peer)
|
PacketWorldTime::PacketWorldTime(RakNet::RakPeerInterface *peer) : WorldstatePacket(peer)
|
||||||
{
|
{
|
||||||
packetID = ID_WORLD_TIME;
|
packetID = ID_WORLD_TIME;
|
||||||
orderChannel = CHANNEL_SYSTEM;
|
orderChannel = CHANNEL_WORLDSTATE;
|
||||||
}
|
}
|
||||||
|
|
||||||
void PacketWorldTime::Packet(RakNet::BitStream *bs, bool send)
|
void PacketWorldTime::Packet(RakNet::BitStream *bs, bool send)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user