From 695ccd0e711aebb2182468d8b15ebe09c09d7c6f Mon Sep 17 00:00:00 2001 From: speed <43330808+speedxx@users.noreply.github.com> Date: Fri, 4 Dec 2020 10:37:40 -0500 Subject: [PATCH] /list -a /list -s still exists --- .../me/totalfreedom/totalfreedommod/command/Command_list.java | 1 + src/main/resources/config.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/java/me/totalfreedom/totalfreedommod/command/Command_list.java b/src/main/java/me/totalfreedom/totalfreedommod/command/Command_list.java index 73692a83..3c421870 100644 --- a/src/main/java/me/totalfreedom/totalfreedommod/command/Command_list.java +++ b/src/main/java/me/totalfreedom/totalfreedommod/command/Command_list.java @@ -41,6 +41,7 @@ public class Command_list extends FreedomCommand switch (s) { case "-s": + case "-a": { listFilter = ListFilter.ADMINS; break; diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 1b9cab88..a7fcf9d2 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -413,7 +413,7 @@ announcer: - 'Griefing is not allowed!' - 'Hacked clients are allowed!' - '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!' - 'You may contact TotalFreedom support on Twitter! https://tiny.re/tfsupport' - 'You may download TotalFreedomMod here: https://tiny.re/tfm+'