Give trainees find

This commit is contained in:
samczsun 2017-02-13 13:38:43 -05:00 committed by cnr
parent 7e18989fb7
commit 81f38cf06b
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ public class LocateCommand extends CommandBase<Teleport>
{
public LocateCommand(Teleport plugin)
{
super(plugin, Rank.MODERATOR, "locate", "where", "find");
super(plugin, Rank.HELPER, "locate", "where", "find");
}
@Override