Update required rank in

fountain add help message
This commit is contained in:
Alex-The-Coder 2016-06-09 02:08:05 -04:00 committed by cnr
parent 0306f1d703
commit 77e9de0f8f
1 changed files with 1 additions and 1 deletions

View File

@ -63,6 +63,6 @@ public class AddCommand extends CommandBase<FountainManager>
private void help(Player player)
{
UtilPlayer.message(player, F.help("/fountain add", "<amount>", Rank.ADMIN));
UtilPlayer.message(player, F.help("/fountain add", "<amount>", Rank.DEVELOPER));
}
}