From 58795119b6ed9d29a269ac4319e2a4791e7d05bc Mon Sep 17 00:00:00 2001 From: David Cernat Date: Tue, 21 Feb 2017 02:41:07 +0200 Subject: [PATCH] [Server] Add debug about information exchange in ID_PLAYER_CELL_CHANGE --- apps/openmw-mp/Networking.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/openmw-mp/Networking.cpp b/apps/openmw-mp/Networking.cpp index f2fca8f46..7ae81b3ab 100644 --- a/apps/openmw-mp/Networking.cpp +++ b/apps/openmw-mp/Networking.cpp @@ -196,6 +196,9 @@ void Networking::processPlayerPacket(RakNet::Packet *packet) playerController->GetPacket(ID_PLAYER_POS)->Send(pl, other->guid); playerController->GetPacket(ID_PLAYER_EQUIPMENT)->Send(pl, other->guid); playerController->GetPacket(ID_PLAYER_DRAWSTATE)->Send(pl, other->guid); + + LOG_APPEND(Log::LOG_INFO, "- Exchanged information with %s", + other->npc.mName.c_str()); }); myPacket->Send(player, true); //send to other clients