Add hunger replenish to /heal (Do we want to add a toggle?)

This commit is contained in:
KHobbits 2011-10-04 08:34:06 +01:00
parent da337284e5
commit 608ebfdb4a

View File

@ -34,6 +34,7 @@ public class Commandheal extends EssentialsCommand
user.healCooldown();
}
user.setHealth(20);
user.setFoodLevel(20);
user.sendMessage(Util.i18n("heal"));
}