FIX NPC in AREnum

This commit is contained in:
Olof Larsson 2014-06-26 15:53:25 +02:00
parent 1fb0fd9abe
commit 8857e62ad8

View File

@ -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