mirror of https://github.com/calzoneman/sync.git
commit
31368cfe7f
|
@ -1,4 +1,3 @@
|
|||
|
||||
/*
|
||||
The MIT License (MIT)
|
||||
Copyright (c) 2013 Calvin Montgomery
|
||||
|
@ -2170,7 +2169,7 @@ Channel.prototype.tryUpdateOptions = function(user, data) {
|
|||
|
||||
if ("allow_voteskip" in data) {
|
||||
var vs = Boolean(data.allow_voteskip);
|
||||
this.opts.voteskip = vs;
|
||||
this.opts.allow_voteskip = vs;
|
||||
}
|
||||
|
||||
if ("voteskip_ratio" in data) {
|
||||
|
|
Loading…
Reference in New Issue