fix: add missing parameters ext method, fix SwitchDelete usage

This commit is contained in:
dusk 2025-09-24 21:36:33 +00:00
parent 10dd499835
commit 4e0c56f6cb
No known key found for this signature in database
4 changed files with 11 additions and 2 deletions

View file

@ -30,7 +30,7 @@ public class SystemFront
{
if (ctx.MatchFlag("clear", "c") || ctx.PeekArgument() == "clear")
{
await new Switch().SwitchDelete(ctx);
await new Switch().SwitchDelete(ctx, true);
return;
}