mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 23:21:20 -04:00
Make handshake log message less confusing
This commit is contained in:
parent
abaa8cac72
commit
486de67d84
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user