diff options
| -rw-r--r-- | source/WindowsFormsApplication1/Apps/Terminal.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/WindowsFormsApplication1/Apps/Terminal.cs b/source/WindowsFormsApplication1/Apps/Terminal.cs index 2e464f5..cc69043 100644 --- a/source/WindowsFormsApplication1/Apps/Terminal.cs +++ b/source/WindowsFormsApplication1/Apps/Terminal.cs @@ -1662,7 +1662,7 @@ HIJACKER is a utility that allows you to hijack any system and install ShiftOS o /// <param name="args">string[] args</param> public void runExe(string[] args) { - if (API.Upgrades["fileskimmer"]) + if (API.Upgrades[""]) { bool isFirstArg = true; string exeArgs = ""; |
