mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-04-25 07:59:44 +00:00
Reset Exhaustion on /feed
This commit is contained in:
parent
3b0e86ae67
commit
8c882a5268
1 changed files with 1 additions and 0 deletions
|
@ -71,5 +71,6 @@ public class Commandfeed extends EssentialsLoopCommand
|
|||
|
||||
player.setFoodLevel(flce.getFoodLevel() > 20 ? 20 : flce.getFoodLevel());
|
||||
player.setSaturation(10);
|
||||
player.setExhaustion(0F);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue