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
|
||||
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)) {
|
||||
|
|
Loading…
Reference in New Issue