We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93c5831 commit 240533eCopy full SHA for 240533e
1 file changed
common/src/main/kotlin/com/lambda/interaction/request/breaking/BreakManager.kt
@@ -107,6 +107,10 @@ object BreakManager : RequestHandler<BreakRequest>(
107
breakInfos.forEach { info ->
108
info?.apply {
109
if (isRedundant) updateBreakProgress(this)
110
+ else if (!updatedThisTick) {
111
+ this.cancelBreak()
112
+ return@apply
113
+ }
114
activeAge++
115
updatedThisTick = false
116
updatedProgressThisTick = false
0 commit comments