forked from mirror/openmw-tes3mp
[General] Use correct orderChannel for WorldTime packets
This commit is contained in:
parent
0be6de6607
commit
f01c761cb1
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue