readd debugging

This commit is contained in:
Bella 2020-03-03 15:54:08 -05:00
parent 2142c4455e
commit dea7d7f430
1 changed files with 5 additions and 5 deletions

View File

@ -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)) {