File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/main/kotlin/com/lambda/interaction/request/breaking Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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 ) {
You can’t perform that action at this time.
0 commit comments