From 77e9de0f8f5bd98f8a2f1291744fa696c0ae678b Mon Sep 17 00:00:00 2001 From: Alex-The-Coder Date: Thu, 9 Jun 2016 02:08:05 -0400 Subject: [PATCH] Update required rank in fountain add help message --- .../src/mineplex/core/brawl/fountain/command/AddCommand.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins/Mineplex.Core/src/mineplex/core/brawl/fountain/command/AddCommand.java b/Plugins/Mineplex.Core/src/mineplex/core/brawl/fountain/command/AddCommand.java index de474dbad..1be61d068 100644 --- a/Plugins/Mineplex.Core/src/mineplex/core/brawl/fountain/command/AddCommand.java +++ b/Plugins/Mineplex.Core/src/mineplex/core/brawl/fountain/command/AddCommand.java @@ -63,6 +63,6 @@ public class AddCommand extends CommandBase private void help(Player player) { - UtilPlayer.message(player, F.help("/fountain add", "", Rank.ADMIN)); + UtilPlayer.message(player, F.help("/fountain add", "", Rank.DEVELOPER)); } }