Minor fix

This commit is contained in:
Calvin Montgomery 2014-05-21 20:18:27 -07:00
parent 68475e2b30
commit a3469378aa
1 changed files with 1 additions and 0 deletions

View File

@ -200,6 +200,7 @@ PlaylistModule.prototype.onUserPostJoin = function (user) {
PlaylistModule.prototype.onUserPart = function (user) {
if (this.leader === user) {
this.leader = null;
this.channel.broadcastAll("setLeader", "");
this.channel.logger.log("[playlist] Resuming autolead");