Merge pull request #522 from S-B99/feature/offhandgap#379

Feature/offhandgap#379
This commit is contained in:
Bella Who 2020-03-05 03:32:48 +00:00 committed by GitHub
commit e21a5165ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -77,11 +77,6 @@ public class OffhandGap extends Module {
@Override
public void onUpdate() {
if (mc.player == null) return;
// if (autoTotemGlobalState) {
// Command.sendChatMessage("uwu");
// } else {
// Command.sendChatMessage("owo");
// }
/* 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)) {