forked from mirror/openmw-tes3mp
[Server] Fix debug message
This commit is contained in:
parent
ae37daca70
commit
fb93ce57f9
1 changed files with 1 additions and 2 deletions
|
@ -185,8 +185,7 @@ void Networking::processPlayerPacket(RakNet::Packet *packet)
|
||||||
|
|
||||||
if (other == nullptr)
|
if (other == nullptr)
|
||||||
{
|
{
|
||||||
LOG_APPEND(Log::LOG_INFO, "- Tried to exchange information with nullptr!\n- Please report this to a developer",
|
LOG_APPEND(Log::LOG_INFO, "- Tried to exchange information with nullptr!\n- Please report this to a developer");
|
||||||
other->npc.mName.c_str());
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue