diff --git a/apps/openmw-mp/Networking.cpp b/apps/openmw-mp/Networking.cpp index 3eb51273b..ef88ca0c5 100644 --- a/apps/openmw-mp/Networking.cpp +++ b/apps/openmw-mp/Networking.cpp @@ -185,8 +185,7 @@ void Networking::processPlayerPacket(RakNet::Packet *packet) if (other == nullptr) { - LOG_APPEND(Log::LOG_INFO, "- Tried to exchange information with nullptr!\n- Please report this to a developer", - other->npc.mName.c_str()); + LOG_APPEND(Log::LOG_INFO, "- Tried to exchange information with nullptr!\n- Please report this to a developer"); } else {