1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-08 15:46:54 +02:00

Reset Exhaustion on /feed

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

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);
}
}