mirror of
https://github.com/mon/BemaniPatcher.git
synced 2026-08-01 14:10:40 -07:00
Add uncapped difficulty for SDVX
This commit is contained in:
@@ -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?';
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user