diff --git a/src/main/java/me/zeroeightsix/kami/module/modules/combat/OffhandGap.java b/src/main/java/me/zeroeightsix/kami/module/modules/combat/OffhandGap.java index b6efc6c3..b303aef9 100644 --- a/src/main/java/me/zeroeightsix/kami/module/modules/combat/OffhandGap.java +++ b/src/main/java/me/zeroeightsix/kami/module/modules/combat/OffhandGap.java @@ -77,11 +77,11 @@ public class OffhandGap extends Module { @Override public void onUpdate() { if (mc.player == null) return; -// if (autoTotemGlobalState) { -// Command.sendChatMessage("uwu"); -// } else { -// Command.sendChatMessage("owo"); -// } + if (autoTotemGlobalState) { + Command.sendChatMessage("owo"); + } else { + Command.sendChatMessage("uwu"); + } /* If your health doesn't meet the cutoff then set it to true */ cancelled = mc.player.getHealth() + mc.player.getAbsorptionAmount() <= disableHealth.getValue(); // if (modeSetting.getValue().equals(Mode.GAPPLE)) {