Skip to content

Commit 884ac41

Browse files
committed
stepped BreakManager priority 1 over PlaceManagers
1 parent 67365d3 commit 884ac41

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

common/src/main/kotlin/com/lambda/interaction/request/breaking/BreakManager.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ object BreakManager : RequestHandler<BreakRequest>(), PositionBlocking {
108108
}
109109

110110
init {
111-
listen<TickEvent.Pre>(priority = Int.MIN_VALUE) {
111+
listen<TickEvent.Pre>(priority = Int.MIN_VALUE + 1) {
112112
if (isOnBreakCooldown()) {
113113
blockBreakingCooldown--
114114
return@listen

0 commit comments

Comments
 (0)