[General] Use correct orderChannel for WorldTime packets

pull/439/head
David Cernat 7 years ago
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…
Cancel
Save