Fix duplicate unconditional calls to AlsoListenToInternal for all channels

This commit is contained in:
Brandon Dahler 2012-09-10 16:18:04 -05:00
parent 59c3282d47
commit 1f3ed24629

View file

@ -75,10 +75,6 @@ namespace SparkleLib {
OnConnected ();
// Subscribe to channels of interest to us
foreach (string channel in base.channels)
AlsoListenToInternal (channel);
} catch (SocketException e) {
this.is_connected = false;
this.is_connecting = false;