From 91589eae34986bab5ccb8eff86879cc8765f66af Mon Sep 17 00:00:00 2001 From: Paul Coene Date: Sat, 15 Jul 2017 11:14:28 -0400 Subject: [PATCH] Added back if_player_logging check. --- world/client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/world/client.cpp b/world/client.cpp index b31f77c02..94aa906e9 100644 --- a/world/client.cpp +++ b/world/client.cpp @@ -454,7 +454,7 @@ bool Client::HandleSendLoginInfoPacket(const EQApplicationPacket *app) { WorldConfig::DisableStats(); Log(Logs::General, Logs::World_Server, "MiniLogin Account #%d",cle->AccountID()); } - else { + else if (!is_player_zoning) { // Track who is in and who is out of the game char *inout= (char *) "";