diff --git a/js/dllpatcher.js b/js/dllpatcher.js index 1e60dc3..52d7a07 100644 --- a/js/dllpatcher.js +++ b/js/dllpatcher.js @@ -381,7 +381,7 @@ DllPatcher.prototype.loadFile = function(file) { reader.onload = function(e) { self.loadBuffer(e.target.result); - this.updatePatchUI(); + self.updatePatchUI(); }; reader.readAsArrayBuffer(file);