1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-30 04:15:31 +00:00

[General] Set hasCellData to true for PacketConsoleCommand

This commit is contained in:
David Cernat 2019-07-19 20:10:28 +03:00
parent 1b1ce1b27a
commit ef68a72ba6

View file

@ -6,6 +6,7 @@ using namespace mwmp;
PacketConsoleCommand::PacketConsoleCommand(RakNet::RakPeerInterface *peer) : ObjectPacket(peer)
{
packetID = ID_CONSOLE_COMMAND;
hasCellData = true;
}
void PacketConsoleCommand::Packet(RakNet::BitStream *bs, bool send)