We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed45ae7 commit e2a077dCopy full SHA for e2a077d
src/main/java/com/zenith/module/impl/AutoEat.java
@@ -79,6 +79,7 @@ && playerHealthBelowThreshold()
79
switch (invActionResult.state()) {
80
case ITEM_IN_HAND -> {
81
startEating();
82
+ INVENTORY.submit(InventoryActionRequest.noAction(this, getPriority()));
83
}
84
case NO_ITEM -> {
85
if (CONFIG.client.extra.autoEat.warning
src/main/java/com/zenith/module/impl/AutoOmen.java
@@ -90,6 +90,7 @@ public void handleClientTick(final ClientBotTick e) {
90
91
92
93
94
95
case NO_ITEM -> {}
96
case SWAPPING -> {
0 commit comments