Fixed the list... again!

This commit is contained in:
hydrabolt
2015-08-20 16:55:43 +01:00
parent 419ac718e8
commit f65515fa55
4 changed files with 13 additions and 4 deletions

View File

@@ -243,7 +243,6 @@ exports.Client.prototype.cacheServer = function( id, cb, members ) {
for ( channel of channelList ) {
server.channels.add( new Channel( channel, server ) );
}
self.serverList.add( server );
cb( server );