Skip to content

Commit

Permalink
fix afk boot bug
Browse files Browse the repository at this point in the history
  • Loading branch information
oldramen committed May 5, 2012
1 parent 140975d commit 8dc6182
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions functions.js
Original file line number Diff line number Diff line change
Expand Up @@ -889,6 +889,7 @@ BaseUser = function () {
return false;
},
BootAFK: function () {
if (this.bootAfterSong) return;
Speak(this, mRemDJMsg, SpeakingLevel.Misc);
if (this == mCurrentDJ) return this.bootAfterSong = true;
this.RemoveDJ();
Expand Down

0 comments on commit 8dc6182

Please sign in to comment.