From 81f38cf06b1400e413bbf546ce58402f2e4e030d Mon Sep 17 00:00:00 2001 From: samczsun Date: Mon, 13 Feb 2017 13:38:43 -0500 Subject: [PATCH] Give trainees find --- .../src/mineplex/core/teleport/command/LocateCommand.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins/Mineplex.Core/src/mineplex/core/teleport/command/LocateCommand.java b/Plugins/Mineplex.Core/src/mineplex/core/teleport/command/LocateCommand.java index db276f9f4..c2ef276c7 100644 --- a/Plugins/Mineplex.Core/src/mineplex/core/teleport/command/LocateCommand.java +++ b/Plugins/Mineplex.Core/src/mineplex/core/teleport/command/LocateCommand.java @@ -12,7 +12,7 @@ public class LocateCommand extends CommandBase { public LocateCommand(Teleport plugin) { - super(plugin, Rank.MODERATOR, "locate", "where", "find"); + super(plugin, Rank.HELPER, "locate", "where", "find"); } @Override