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 0107cac commit 8a06cadCopy full SHA for 8a06cad
common/src/main/kotlin/com/lambda/interaction/request/breaking/BreakManager.kt
@@ -59,7 +59,9 @@ object BreakManager : RequestHandler<BreakRequest>() {
59
60
init {
61
listen<TickEvent.Pre>(Int.MIN_VALUE) {
62
- updateRequest(true) { true }
+ info("${breakingInfos.count { it != null }}")
63
+
64
+ updateRequest { true }
65
66
for (it in breakingInfos.reversed()) {
67
if (interaction.blockBreakingCooldown > 0) {
0 commit comments