1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-05 14:18:21 +02:00

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 fd43a6898e
commit a58ba8e931

View File

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