FIX NPC in AREnum
This commit is contained in:
parent
1fb0fd9abe
commit
8857e62ad8
@ -44,6 +44,8 @@ public class AREnum<T> extends ARAbstractSelect<T>
|
||||
@Override
|
||||
public T select(String arg, CommandSender sender)
|
||||
{
|
||||
if (arg == null) return null;
|
||||
|
||||
arg = getComparable(arg);
|
||||
|
||||
// Algorithmic General Detection
|
||||
|
Loading…
Reference in New Issue
Block a user