We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bacff64 commit f471659Copy full SHA for f471659
common/src/main/kotlin/com/lambda/module/modules/player/PacketMine.kt
@@ -115,7 +115,7 @@ object PacketMine : Module(
115
}
116
117
positions.removeIf { breakPos ->
118
- queue && queuePositions.any { it == breakPos }
+ (queue && queuePositions.any { it == breakPos }) || breakPos == breakPositions[1]
119
120
if (positions.isEmpty()) return@listen
121
val activeBreaking = if (queue) {
0 commit comments