diff --git a/channel.js b/channel.js index e2dcab49..9b8e0e87 100644 --- a/channel.js +++ b/channel.js @@ -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