mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 00:18:43 +01:00
Core/Authserver: Do not close the socket immediately when user types in invalid authenticator token to allow receiving failure packet
This commit is contained in:
@@ -540,7 +540,7 @@ bool AuthSession::HandleLogonProof()
|
||||
packet << uint8(3);
|
||||
packet << uint8(0);
|
||||
SendPacket(packet);
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user