|
|
@ -218,7 +218,6 @@ public class ClientConnection extends AbstractConnection { |
|
|
|
Logger.info("ClientConnection.disconnect() called"); |
|
|
|
Logger.info("ClientConnection.disconnect() called"); |
|
|
|
super.disconnect(); |
|
|
|
super.disconnect(); |
|
|
|
try { |
|
|
|
try { |
|
|
|
|
|
|
|
|
|
|
|
if (ConfigManager.serverType.equals(Enum.ServerType.WORLDSERVER)) { |
|
|
|
if (ConfigManager.serverType.equals(Enum.ServerType.WORLDSERVER)) { |
|
|
|
Logger.info("ClientConnection.disconnect(): Calling WorldServer.removeClient()"); |
|
|
|
Logger.info("ClientConnection.disconnect(): Calling WorldServer.removeClient()"); |
|
|
|
ConfigManager.worldServer.removeClient(this); |
|
|
|
ConfigManager.worldServer.removeClient(this); |
|
|
|