We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f1732c commit a3498ddCopy full SHA for a3498dd
1 file changed
src/main/kotlin/com/lambda/interaction/request/breaking/BreakInfo.kt
@@ -70,7 +70,7 @@ data class BreakInfo(
70
Primary("Primary", "The main block you’re breaking right now."),
71
Secondary("Secondary", "A second block broken at the same time (when double‑break is enabled)."),
72
RedundantSecondary("Redundant Secondary", "A previously started secondary break that’s now ignored/monitored only (no new actions)."),
73
- Rebreak("Rebreak", "Re-attempts a recent break to finish callbacks or correct state after updates.");
+ Rebreak("Rebreak", "A previously broken block which new breaks in the same position can compound progression on. Often rebreaking instantly.");
74
75
fun getBreakThreshold(breakConfig: BreakConfig) =
76
when (this) {
0 commit comments