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 aa8f794 commit 1938a2fCopy full SHA for 1938a2f
common/src/main/kotlin/com/lambda/interaction/request/breaking/BreakManager.kt
@@ -352,7 +352,7 @@ object BreakManager : RequestHandler<BreakRequest>(
352
primaryBreak?.let { primaryInfo ->
353
if (!breakInfo.breakConfig.doubleBreak || secondaryBreak != null) {
354
if (!primaryInfo.updatedThisTick) {
355
- primaryInfo.abortBreakPacket(world, interaction)
+ primaryInfo.cancelBreak()
356
return@let
357
} else return null
358
}
0 commit comments