Fix NUS_Stuff.NUS() call

This commit is contained in:
Michael 2022-03-21 22:56:51 -05:00
parent ff45cd1225
commit 2aa7760122
Signed by: TheShadowEevee
GPG key ID: 7A8AA92B3BAFAB75

View file

@ -89,7 +89,7 @@ namespace Sharpii
if (Function == "NUS" || Function == "NUSD") if (Function == "NUS" || Function == "NUSD")
{ {
NUS_Stuff.NUS(args, false); NUS_Stuff.NUS(args);
gotSomewhere = true; gotSomewhere = true;
} }