Skip to content

Commit d586e2a

Browse files
committed
isSecondary or isRedundant
1 parent f396c1e commit d586e2a

File tree

1 file changed

+1
-1
lines changed
  • common/src/main/kotlin/com/lambda/interaction/request/breaking

1 file changed

+1
-1
lines changed

common/src/main/kotlin/com/lambda/interaction/request/breaking/BreakManager.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ object BreakManager : RequestHandler<BreakRequest>(
550550
world,
551551
ctx.expectedPos,
552552
player.mainHandStack
553-
) * if (info.isSecondary) {
553+
) * if (info.isSecondary || info.isRedundant) {
554554
info.breakingTicks - info.breakConfig.doubleBreakFudgeFactor
555555
} else info.breakingTicks
556556

0 commit comments

Comments
 (0)