Also work for EntityType for DisguiseRadius
This commit is contained in:
parent
85ff3769cf
commit
0056898e01
@ -46,7 +46,7 @@ public class DisguiseRadiusCommand extends BaseDisguiseCommand {
|
|||||||
sendCommandUsage(sender);
|
sendCommandUsage(sender);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
if (args[0].equalsIgnoreCase("entitytypes")) {
|
if (args[0].equalsIgnoreCase("entitytype") || args[0].equalsIgnoreCase("entitytypes")) {
|
||||||
ArrayList<String> classes = new ArrayList<String>();
|
ArrayList<String> classes = new ArrayList<String>();
|
||||||
for (Class c : validClasses) {
|
for (Class c : validClasses) {
|
||||||
classes.add(c.getSimpleName());
|
classes.add(c.getSimpleName());
|
||||||
|
Loading…
Reference in New Issue
Block a user