mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-06 18:42:27 +00:00
Fix logging in compare.
This commit is contained in:
parent
06b91a6e01
commit
89a5a45d7e
@ -458,7 +458,7 @@ bool Client::HandleSendLoginInfoPacket(const EQApplicationPacket *app) {
|
|||||||
// 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 *) "";
|
||||||
|
|
||||||
if (cle->GetOnline() < CLE_Status_Online){
|
if (cle->GetOnline() == CLE_Status_Never){
|
||||||
// Desktop -> Char Select
|
// Desktop -> Char Select
|
||||||
inout = (char *) "In";
|
inout = (char *) "In";
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user