From 2aa7760122bbff699d38a0c1ac874aa44eec9193 Mon Sep 17 00:00:00 2001 From: TheShadowEevee Date: Mon, 21 Mar 2022 22:56:51 -0500 Subject: [PATCH] Fix NUS_Stuff.NUS() call --- Sharpii/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sharpii/Program.cs b/Sharpii/Program.cs index c532df3..750de8e 100644 --- a/Sharpii/Program.cs +++ b/Sharpii/Program.cs @@ -89,7 +89,7 @@ namespace Sharpii if (Function == "NUS" || Function == "NUSD") { - NUS_Stuff.NUS(args, false); + NUS_Stuff.NUS(args); gotSomewhere = true; }