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 1f63a8b commit afee12aCopy full SHA for afee12a
common/src/main/kotlin/com/lambda/interaction/request/breaking/BreakManager.kt
@@ -131,7 +131,7 @@ object BreakManager : RequestHandler<BreakRequest>(
131
override fun load(): String {
132
super.load()
133
134
- listen<TickEvent.Pre>(priority = Int.MIN_VALUE) {
+ listen<TickEvent.Pre>(priority = Int.MAX_VALUE) {
135
// Cancelled but double breaking so requires break manager to continue the simulation
136
breakInfos
137
.asSequence()
0 commit comments