mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-30 08:35:52 -04:00
[General] Set hasCellData to true for PacketConsoleCommand
This commit is contained in:
parent
1b1ce1b27a
commit
ef68a72ba6
@ -6,6 +6,7 @@ using namespace mwmp;
|
|||||||
PacketConsoleCommand::PacketConsoleCommand(RakNet::RakPeerInterface *peer) : ObjectPacket(peer)
|
PacketConsoleCommand::PacketConsoleCommand(RakNet::RakPeerInterface *peer) : ObjectPacket(peer)
|
||||||
{
|
{
|
||||||
packetID = ID_CONSOLE_COMMAND;
|
packetID = ID_CONSOLE_COMMAND;
|
||||||
|
hasCellData = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
void PacketConsoleCommand::Packet(RakNet::BitStream *bs, bool send)
|
void PacketConsoleCommand::Packet(RakNet::BitStream *bs, bool send)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user