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)); } }