mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 23:21:20 -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)
|
||||
{
|
||||
packetID = ID_WORLD_TIME;
|
||||
orderChannel = CHANNEL_SYSTEM;
|
||||
orderChannel = CHANNEL_WORLDSTATE;
|
||||
}
|
||||
|
||||
void PacketWorldTime::Packet(RakNet::BitStream *bs, bool send)
|
||||
|
Loading…
x
Reference in New Issue
Block a user