mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-19 17:38:26 +00:00
Add more debug logging for ServerListPacket [skip ci]
This commit is contained in:
+1
-1
@@ -416,7 +416,7 @@ bool Client::HandleSendLoginInfoPacket(const EQApplicationPacket *app)
|
||||
}
|
||||
|
||||
is_player_zoning = (login_info->zoning == 1);
|
||||
|
||||
|
||||
uint32 id = std::stoi(name);
|
||||
if (id == 0) {
|
||||
LogWarning("Receiving Login Info Packet from Client | account_id is 0 - disconnecting");
|
||||
|
||||
Reference in New Issue
Block a user