forked from teamnwah/openmw-tes3coop
Make handshake log message less confusing
This commit is contained in:
parent
abaa8cac72
commit
486de67d84
1 changed files with 2 additions and 3 deletions
|
@ -115,9 +115,8 @@ void Networking::Update(RakNet::Packet *packet)
|
||||||
|
|
||||||
if (!player->isHandshaked())
|
if (!player->isHandshaked())
|
||||||
{
|
{
|
||||||
LOG_MESSAGE_SIMPLE(Log::LOG_WARN, "Wrong auth for player %d, name: %s",
|
LOG_MESSAGE_SIMPLE(Log::LOG_WARN, "Have not completed handshake with player %d",
|
||||||
player->GetID(),
|
player->GetID());
|
||||||
player->Npc()->mName.c_str());
|
|
||||||
//KickPlayer(player->guid);
|
//KickPlayer(player->guid);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue