Always remove all info for a disconnected network.
[xudocci.git] / src / main / java / net / pterodactylus / xdcc / core / Core.java
index da202e4..99c5ab6 100644 (file)
@@ -503,9 +503,6 @@ public class Core extends AbstractExecutionThreadService {
                        return;
                }
                networkConnections.remove(network.get());
-               if (!connection.established()) {
-                       return;
-               }
 
                /* find all channels that need to be removed. */
                for (Collection<Channel> channels : ImmutableList.of(joinedChannels, extraChannels)) {