Add uncapped difficulty for SDVX

This commit is contained in:
William Toohey
2017-02-18 14:49:31 +10:00
parent 3c0da06a5f
commit fd94e8f8cb
2 changed files with 8 additions and 1 deletions
-1
View File
@@ -29,7 +29,6 @@ StandardPatch.prototype.validatePatch = function(file) {
} else if(status == "off") {
console.log('"' + this.name + '"', "is disabled!");
} else {
success = false;
return '"' + this.name + '" is neither on nor off! Have you got the right dll?';
}
};