From 06b91a6e01a25cea7e904d1177ec6169facefaf9 Mon Sep 17 00:00:00 2001 From: Paul Coene Date: Sat, 15 Jul 2017 09:54:04 -0400 Subject: [PATCH] Removed some instrumentation. Added a comment/observation. --- world/client.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/world/client.cpp b/world/client.cpp index 31ec305ba..60221f25b 100644 --- a/world/client.cpp +++ b/world/client.cpp @@ -1037,9 +1037,7 @@ bool Client::HandlePacket(const EQApplicationPacket *app) { } case OP_WorldLogout: { - //Log(Logs::General, Logs::World_Server, - //"Account (%s) Logging Off :: LSID: %d ", cle->AccountName(), cle->LSID()); - //online.erase(cle->LSID()); + // I don't see this getting executed on logout eqs->Close(); cle->SetOnline(CLE_Status_Offline); //allows this player to log in again without an ip restriction. return false;