mirror of
https://github.com/mon/BemaniPatcher.git
synced 2026-08-01 22:10:41 -07:00
Missed some references to "dll"
This commit is contained in:
+2
-2
@@ -64,7 +64,7 @@ class StandardPatch {
|
||||
} else if(status === "off") {
|
||||
console.log('"' + this.name + '"', "is disabled!");
|
||||
} else {
|
||||
return '"' + this.name + '" is neither on nor off! Have you got the right dll?';
|
||||
return '"' + this.name + '" is neither on nor off! Have you got the right file?';
|
||||
}
|
||||
}
|
||||
|
||||
@@ -156,7 +156,7 @@ class UnionPatch {
|
||||
return;
|
||||
}
|
||||
}
|
||||
return '"' + this.name + '" doesn\'t have a valid patch! Have you got the right dll?';
|
||||
return '"' + this.name + '" doesn\'t have a valid patch! Have you got the right file?';
|
||||
}
|
||||
|
||||
applyPatch(file) {
|
||||
|
||||
Reference in New Issue
Block a user