forked from RepoMirrors/kami-blue
readd debugging
This commit is contained in:
parent
2142c4455e
commit
dea7d7f430
|
@ -77,11 +77,11 @@ public class OffhandGap extends Module {
|
||||||
@Override
|
@Override
|
||||||
public void onUpdate() {
|
public void onUpdate() {
|
||||||
if (mc.player == null) return;
|
if (mc.player == null) return;
|
||||||
// if (autoTotemGlobalState) {
|
if (autoTotemGlobalState) {
|
||||||
// Command.sendChatMessage("uwu");
|
Command.sendChatMessage("owo");
|
||||||
// } else {
|
} else {
|
||||||
// Command.sendChatMessage("owo");
|
Command.sendChatMessage("uwu");
|
||||||
// }
|
}
|
||||||
/* If your health doesn't meet the cutoff then set it to true */
|
/* If your health doesn't meet the cutoff then set it to true */
|
||||||
cancelled = mc.player.getHealth() + mc.player.getAbsorptionAmount() <= disableHealth.getValue();
|
cancelled = mc.player.getHealth() + mc.player.getAbsorptionAmount() <= disableHealth.getValue();
|
||||||
// if (modeSetting.getValue().equals(Mode.GAPPLE)) {
|
// if (modeSetting.getValue().equals(Mode.GAPPLE)) {
|
||||||
|
|
Loading…
Reference in New Issue