mirror of
https://github.com/TotalFreedomMC/TF-LibsDisguises.git
synced 2025-02-11 11:40:29 +00:00
Also work for EntityType for DisguiseRadius
This commit is contained in:
parent
85ff3769cf
commit
0056898e01
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ public class DisguiseRadiusCommand extends BaseDisguiseCommand {
|
|||
sendCommandUsage(sender);
|
||||
return true;
|
||||
}
|
||||
if (args[0].equalsIgnoreCase("entitytypes")) {
|
||||
if (args[0].equalsIgnoreCase("entitytype") || args[0].equalsIgnoreCase("entitytypes")) {
|
||||
ArrayList<String> classes = new ArrayList<String>();
|
||||
for (Class c : validClasses) {
|
||||
classes.add(c.getSimpleName());
|
||||
|
|
Loading…
Reference in a new issue