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 3c5e07f commit 29440deCopy full SHA for 29440de
src/main/kotlin/com/lambda/module/modules/network/PacketLimiter.kt
@@ -74,6 +74,7 @@ object PacketLimiter : Module(
74
75
if (!globalQueue.add(it)) {
76
it.cancel()
77
+ return@listen
78
}
79
// [email protected]("Packet sent: ${it.packet::class.simpleName} (${packetQueue.size} / $limit) ${Instant.now()}")
80
val queue = packetQueueMap.getOrPut(it.packet::class.java.name) {
0 commit comments