/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) switch (s)
{ {
case "-s": case "-s":
case "-a":
{ {
listFilter = ListFilter.ADMINS; listFilter = ListFilter.ADMINS;
break; break;

View File

@ -413,7 +413,7 @@ announcer:
- 'Griefing is not allowed!' - 'Griefing is not allowed!'
- 'Hacked clients are allowed!' - 'Hacked clients are allowed!'
- 'Interested in becoming admin? Type "/ai" for more information!' - 'Interested in becoming admin? Type "/ai" for more information!'
- 'You may view all online administrators via "/list -s"' - 'You may view all online administrators via "/list -a"'
- 'Save your buildings via WorldEdit! http://totalfreedom.me for more information!' - 'Save your buildings via WorldEdit! http://totalfreedom.me for more information!'
- 'You may contact TotalFreedom support on Twitter! https://tiny.re/tfsupport' - 'You may contact TotalFreedom support on Twitter! https://tiny.re/tfsupport'
- 'You may download TotalFreedomMod here: https://tiny.re/tfm+' - 'You may download TotalFreedomMod here: https://tiny.re/tfm+'