diff --git a/src/main/java/me/zeroeightsix/kami/module/modules/player/AutoEat.java b/src/main/java/me/zeroeightsix/kami/module/modules/player/AutoEat.java index b5727d52..5436f8cf 100644 --- a/src/main/java/me/zeroeightsix/kami/module/modules/player/AutoEat.java +++ b/src/main/java/me/zeroeightsix/kami/module/modules/player/AutoEat.java @@ -14,7 +14,7 @@ import net.minecraft.util.FoodStats; /** * Created by 086 on 8/04/2018. * Updated by polymer on 09/03/20 - * Updated by S-B99 on 09/03/20 + * Updated by S-B99 on 20/03/20 */ @Module.Info(name = "AutoEat", description = "Automatically eat when hungry", category = Module.Category.PLAYER) public class AutoEat extends Module {