Add debug logging for logout effects
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user