Added back SetOnline for logging clients. Not sure it's needed honestly,

but I left it as I found it + the better messages.
This commit is contained in:
Paul Coene 2017-07-15 12:09:47 -04:00
parent 91589eae34
commit 0b647c7ae5

View File

@ -477,6 +477,9 @@ bool Client::HandleSendLoginInfoPacket(const EQApplicationPacket *app) {
"Account (%s) Logging(%s) to character select :: LSID: %d ",
cle->AccountName(), inout, cle->LSID());
}
else {
cle->SetOnline();
}
const WorldConfig *Config=WorldConfig::get();