Fix drink counter not resetting after each video

This commit is contained in:
Calvin Montgomery 2013-07-12 21:05:57 -04:00
parent 120cdf50e4
commit 94cba2e72e
1 changed files with 2 additions and 0 deletions

View File

@ -980,6 +980,8 @@ Channel.prototype.broadcastDrinks = function() {
Channel.prototype.onVideoChange = function () {
this.voteskip = false;
this.broadcastVoteskipUpdate();
this.drinks = 0;
this.broadcastDrinks();
}
// The server autolead function