Skip to content

Commit 64206d5

Browse files
committed
cancel break at the end of the tick if not updated
1 parent 5bd4985 commit 64206d5

File tree

1 file changed

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

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,8 +257,6 @@ object BreakManager : RequestHandler<BreakRequest>(
257257
newBreaks.remove(ctx)
258258
return@forEach
259259
}
260-
261-
if (!info.updatedThisTick) info.cancelBreak()
262260
}
263261

264262
instantBreaks = newBreaks

0 commit comments

Comments
 (0)