Add debug logging for logout effects

This commit is contained in:
2025-04-10 00:47:05 -07:00
parent b0e76afd7d
commit 5a29abff8c
@@ -218,7 +218,6 @@ public class ClientConnection extends AbstractConnection {
Logger.info("ClientConnection.disconnect() called");
super.disconnect();
try {
if (ConfigManager.serverType.equals(Enum.ServerType.WORLDSERVER)) {
Logger.info("ClientConnection.disconnect(): Calling WorldServer.removeClient()");
ConfigManager.worldServer.removeClient(this);