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 28b0a78 commit 374cef0Copy full SHA for 374cef0
common/src/main/kotlin/com/lambda/module/modules/network/PacketDelay.kt
@@ -13,7 +13,7 @@ import net.minecraft.network.packet.c2s.common.KeepAliveC2SPacket
13
14
object PacketDelay : Module(
15
name = "PacketDelay",
16
- description = "Delays packets client-side & server-side.",
+ description = "Delays packets client-bound & server-bound",
17
defaultTags = setOf(ModuleTag.NETWORK),
18
) {
19
private val networkScope by setting("Network Scope", Direction.BOTH)
0 commit comments