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 bf131fc commit c1f6babCopy full SHA for c1f6bab
src/main/kotlin/com/lambda/interaction/request/breaking/BreakManager.kt
@@ -438,7 +438,7 @@ object BreakManager : RequestHandler<BreakRequest>(
438
context.hotbarIndex,
439
request.hotbar,
440
request.hotbar.keepTicks.coerceAtLeast(minKeepTicks),
441
- serverSwapTicks - 1
+ request.hotbar.swapPause.coerceAtLeast(serverSwapTicks - 1)
442
).submit(false)
443
}
444
logger.debug("Submitted hotbar request", hotbarRequest)
0 commit comments