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; }