mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-03 14:45:35 +00:00
[Client] Don't print sending of console command packets
This commit is contained in:
parent
60b6f92fa3
commit
b0b51dc4d5
1 changed files with 0 additions and 2 deletions
|
@ -1373,8 +1373,6 @@ void ObjectList::sendContainer()
|
|||
|
||||
void ObjectList::sendConsoleCommand()
|
||||
{
|
||||
LOG_MESSAGE_SIMPLE(TimedLog::LOG_VERBOSE, "Sending ID_CONSOLE_COMMAND");
|
||||
|
||||
mwmp::Main::get().getNetworking()->getObjectPacket(ID_CONSOLE_COMMAND)->setObjectList(this);
|
||||
mwmp::Main::get().getNetworking()->getObjectPacket(ID_CONSOLE_COMMAND)->Send();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue