1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-20 19:39:41 +00:00

Make handshake log message less confusing

This commit is contained in:
David Cernat 2016-08-24 06:38:38 +03:00
parent abaa8cac72
commit 486de67d84

View file

@ -115,9 +115,8 @@ void Networking::Update(RakNet::Packet *packet)
if (!player->isHandshaked())
{
LOG_MESSAGE_SIMPLE(Log::LOG_WARN, "Wrong auth for player %d, name: %s",
player->GetID(),
player->Npc()->mName.c_str());
LOG_MESSAGE_SIMPLE(Log::LOG_WARN, "Have not completed handshake with player %d",
player->GetID());
//KickPlayer(player->guid);
return;
}