From 0b647c7ae58a5171ca4941145f8b92b3b142dbbd Mon Sep 17 00:00:00 2001 From: Paul Coene Date: Sat, 15 Jul 2017 12:09:47 -0400 Subject: [PATCH] Added back SetOnline for logging clients. Not sure it's needed honestly, but I left it as I found it + the better messages. --- world/client.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/world/client.cpp b/world/client.cpp index 94aa906e9..4fd157088 100644 --- a/world/client.cpp +++ b/world/client.cpp @@ -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();