1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-19 04:52:30 +02:00

Reset Exhaustion on /feed

This commit is contained in:
Adam
2014-01-07 16:27:18 -08:00
committed by KHobbits
parent 3b0e86ae67
commit 8c882a5268

View File

@@ -71,5 +71,6 @@ public class Commandfeed extends EssentialsLoopCommand
player.setFoodLevel(flce.getFoodLevel() > 20 ? 20 : flce.getFoodLevel());
player.setSaturation(10);
player.setExhaustion(0F);
}
}