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 cc07803 commit c2cb4aaCopy full SHA for c2cb4aa
common/src/main/kotlin/com/lambda/interaction/request/breaking/BreakManager.kt
@@ -65,6 +65,7 @@ object BreakManager : RequestHandler<BreakRequest>() {
65
if (!canAccept(requestCtx)) return@forEach
66
67
primaryBreakingInfo?.let { primaryInfo ->
68
+ if (!buildConfig.breakSettings.doubleBreak) return@let
69
if (primaryInfo.startedWithSecondary) return@let
70
secondaryBreakingInfo = BreakInfo.SecondaryBreakInfo(requestCtx)
71
} ?: run {
0 commit comments