Skip to content

Commit a3498dd

Browse files
committed
corrected rebreak description
1 parent 0f1732c commit a3498dd

File tree

1 file changed

+1
-1
lines changed
  • src/main/kotlin/com/lambda/interaction/request/breaking

1 file changed

+1
-1
lines changed

src/main/kotlin/com/lambda/interaction/request/breaking/BreakInfo.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ data class BreakInfo(
7070
Primary("Primary", "The main block you’re breaking right now."),
7171
Secondary("Secondary", "A second block broken at the same time (when double‑break is enabled)."),
7272
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.");
73+
Rebreak("Rebreak", "A previously broken block which new breaks in the same position can compound progression on. Often rebreaking instantly.");
7474

7575
fun getBreakThreshold(breakConfig: BreakConfig) =
7676
when (this) {

0 commit comments

Comments
 (0)