/list -s still exists
This commit is contained in:
speed
2020-12-04 10:37:40 -05:00
parent 0be2aa718f
commit 695ccd0e71
2 changed files with 2 additions and 1 deletions

View File

@ -41,6 +41,7 @@ public class Command_list extends FreedomCommand
switch (s)
{
case "-s":
case "-a":
{
listFilter = ListFilter.ADMINS;
break;