mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-03-30 17:36:42 +00:00
Fix debug for ID_WORLD_OBJECT_DELETE in client's Networking
This commit is contained in:
parent
d85a1ee1a9
commit
e7567020bb
1 changed files with 1 additions and 1 deletions
|
@ -707,7 +707,7 @@ void Networking::ProcessWorldPacket(RakNet::Packet *packet)
|
|||
case ID_WORLD_OBJECT_DELETE:
|
||||
{
|
||||
LOG_MESSAGE_SIMPLE(Log::LOG_WARN, "%s", "Received ID_WORLD_OBJECT_DELETE");
|
||||
LOG_APPEND(Log::LOG_WARN, "- cellRef: %s, %i\n- cell: %i, %i, %i, %s",
|
||||
LOG_APPEND(Log::LOG_WARN, "- cellRef: %s, %i\n- cell: %s",
|
||||
event->cellRef.mRefID.c_str(),
|
||||
event->cellRef.mRefNum.mIndex,
|
||||
event->cell.getDescription().c_str());
|
||||
|
|
Loading…
Reference in a new issue