Close #656 - fix find filter.

This commit is contained in:
md_5 2013-10-11 10:24:55 +11:00
parent 220a95aece
commit edc5b4dc91

View File

@ -32,10 +32,4 @@ public class CommandFind extends PlayerCommand
}
}
}
@Override
public Iterable<String> onTabComplete(CommandSender sender, String[] args)
{
return ( args.length == 0 ) ? super.onTabComplete( sender, args ) : Collections.EMPTY_LIST;
}
}