mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-12 16:22:27 +00:00
Added back if_player_logging check.
This commit is contained in:
parent
89a5a45d7e
commit
91589eae34
@ -454,7 +454,7 @@ bool Client::HandleSendLoginInfoPacket(const EQApplicationPacket *app) {
|
|||||||
WorldConfig::DisableStats();
|
WorldConfig::DisableStats();
|
||||||
Log(Logs::General, Logs::World_Server, "MiniLogin Account #%d",cle->AccountID());
|
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
|
// Track who is in and who is out of the game
|
||||||
char *inout= (char *) "";
|
char *inout= (char *) "";
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user