Skip to content

Commit

Permalink
was only needed for freecam anyway
Browse files Browse the repository at this point in the history
  • Loading branch information
leijurv committed Feb 5, 2019
1 parent 3d5de44 commit 529895f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/launch/java/baritone/launch/mixins/MixinKeyBinding.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
package baritone.launch.mixins;

import baritone.api.BaritoneAPI;
import baritone.utils.Helper;
import net.minecraft.client.settings.KeyBinding;
import org.spongepowered.asm.mixin.Mixin;
import org.spongepowered.asm.mixin.Shadow;
Expand Down Expand Up @@ -49,7 +48,7 @@ private void isKeyDown(CallbackInfoReturnable<Boolean> cir) {
}
}

@Inject(
/*@Inject(
method = "isPressed",
at = @At("HEAD"),
cancellable = true
Expand All @@ -64,5 +63,5 @@ private void isPressed(CallbackInfoReturnable<Boolean> cir) {
}
cir.setReturnValue(force); // :sunglasses:
}
}
}*/
}

0 comments on commit 529895f

Please sign in to comment.