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 a5096a2 commit 50ae6d7Copy full SHA for 50ae6d7
common/src/main/kotlin/com/lambda/interaction/request/breaking/BreakManager.kt
@@ -344,7 +344,7 @@ object BreakManager : RequestHandler<BreakRequest>(
344
val breakInfo = BreakInfo(requestCtx, Primary, request)
345
primaryBreak?.let { primaryInfo ->
346
if (!breakInfo.breakConfig.doubleBreak || secondaryBreak != null) {
347
- if (primaryInfo.activeAge > 0) {
+ if (!primaryInfo.updatedThisTick) {
348
primaryInfo.abortBreakPacket(world, interaction)
349
return@let
350
} else return null
0 commit comments