1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-07-15 06:21:46 +00:00

[General] Use correct orderChannel for WorldTime packets

This commit is contained in:
David Cernat 2018-05-23 07:51:18 +03:00
parent 0be6de6607
commit f01c761cb1

View file

@ -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)