Skip to content

Commit feff4a1

Browse files
committed
- fixed skill issue reBreak thing on instamine blocks
1 parent 871eb69 commit feff4a1

File tree

1 file changed

+1
-2
lines changed
  • common/src/main/kotlin/com/lambda/module/modules/player

1 file changed

+1
-2
lines changed

common/src/main/kotlin/com/lambda/module/modules/player/PacketMine.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,6 @@ object PacketMine : Module(
581581
if (!instaBreak) return@runBetweenHandlers
582582

583583
packetStopBreak(pos)
584-
if (reBreak.isEnabled()) packetStartBreak(pos)
585584

586585
onBlockBreak(false)
587586
}
@@ -1127,7 +1126,7 @@ object PacketMine : Module(
11271126
abortBreak(pos)
11281127
}
11291128
if (packets == PacketMode.Grim) {
1130-
packetStopBreak(pos)
1129+
stopBreak(pos)
11311130
}
11321131
}
11331132

0 commit comments

Comments
 (0)