forked from mirror/openmw-tes3mp
[General] Set hasCellData to true for PacketConsoleCommand
This commit is contained in:
parent
361e522384
commit
e1a5821a26
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue