Skip to content

Commit

Permalink
Update Eagle.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
C00LC0D35 authored Dec 5, 2023
1 parent 83f6507 commit 1a39b0a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ object Eagle : Module() {
if (b != null && b !== Blocks.air && b !is BlockLiquid) {
if (!md.get() || Mouse.isButtonDown(1)) {
val n = System.currentTimeMillis()
if (n - this.l >= 25L) {
if (n - this.l >= 70L) {
this.l = n
if (mc.playerController.onPlayerRightClick(mc.thePlayer, mc.theWorld, i, pos, m.sideHit, m.hitVec)) {
MouseUtils.setMouseButtonState(1, true)
Expand Down

0 comments on commit 1a39b0a

Please sign in to comment.