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 eb5e2f7 commit f26320bCopy full SHA for f26320b
common/src/main/kotlin/com/lambda/module/modules/player/PacketMine.kt
@@ -164,7 +164,7 @@ object PacketMine : Module(
164
.map { it.context }
165
166
private fun addBreak(pos: BlockPos) {
167
- if (breakConfig.doubleBreak && breakPositions[1] == null) {
+ if (breakConfig.doubleBreak && breakPositions[0] != null) {
168
breakPositions[1] = breakPositions[0]
169
}
170
breakPositions[0] = pos
0 commit comments