Don't check the permissions here.

This commit is contained in:
GJ
2013-02-26 18:26:52 -05:00
parent 0201ed332f
commit 18510ba851
3 changed files with 12 additions and 13 deletions

View File

@ -57,10 +57,6 @@ public class Herbalism {
* @param event The actual FoodLevelChange event
*/
public static int farmersDiet(Player player, int rankChange, int eventFoodLevel) {
if (!Permissions.farmersDiet(player)) {
return eventFoodLevel;
}
return SkillTools.handleFoodSkills(player, SkillType.HERBALISM, eventFoodLevel, farmersDietRankLevel1, farmersDietMaxLevel, rankChange);
}