[Server] Fix debug message

0.6.1
David Cernat 8 years ago
parent ae37daca70
commit fb93ce57f9

@ -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
{

Loading…
Cancel
Save