Close #656 - fix find filter.
This commit is contained in:
parent
220a95aece
commit
edc5b4dc91
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user