mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-14 11:31:30 +00:00
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:
parent
91589eae34
commit
0b647c7ae5
@ -477,6 +477,9 @@ bool Client::HandleSendLoginInfoPacket(const EQApplicationPacket *app) {
|
|||||||
"Account (%s) Logging(%s) to character select :: LSID: %d ",
|
"Account (%s) Logging(%s) to character select :: LSID: %d ",
|
||||||
cle->AccountName(), inout, cle->LSID());
|
cle->AccountName(), inout, cle->LSID());
|
||||||
}
|
}
|
||||||
|
else {
|
||||||
|
cle->SetOnline();
|
||||||
|
}
|
||||||
|
|
||||||
const WorldConfig *Config=WorldConfig::get();
|
const WorldConfig *Config=WorldConfig::get();
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user