mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 06:55:54 -04:00
[Server] Fix debug message
This commit is contained in:
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…
x
Reference in New Issue
Block a user