mirror of
https://github.com/mon/BemaniPatcher.git
synced 2026-08-01 14:10:40 -07:00
Missed some references to "dll"
This commit is contained in:
+2
-2
@@ -64,7 +64,7 @@ class StandardPatch {
|
|||||||
} else if(status === "off") {
|
} else if(status === "off") {
|
||||||
console.log('"' + this.name + '"', "is disabled!");
|
console.log('"' + this.name + '"', "is disabled!");
|
||||||
} else {
|
} 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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
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) {
|
applyPatch(file) {
|
||||||
|
|||||||
Reference in New Issue
Block a user