[General] Set hasCellData to true for PacketConsoleCommand

This commit is contained in:
David Cernat 2019-02-21 22:52:39 +02:00
parent 361e522384
commit e1a5821a26

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)