From aac24b50d498dc24c9a2787ec9d9dd4823aa751e Mon Sep 17 00:00:00 2001 From: Will Toohey Date: Sun, 17 Nov 2019 21:03:44 +1000 Subject: [PATCH] Missed some references to "dll" --- js/dllpatcher.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/dllpatcher.js b/js/dllpatcher.js index 29caa94..c2555ee 100644 --- a/js/dllpatcher.js +++ b/js/dllpatcher.js @@ -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) {