mirror of
https://github.com/TheShadowEevee/Sharpii-NetCore.git
synced 2025-01-11 14:58:51 -06:00
Fix NUS_Stuff.NUS() call
This commit is contained in:
parent
ff45cd1225
commit
2aa7760122
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue