Skip to content

Commit 374cef0

Browse files
committed
fixed packetdelay module description
1 parent 28b0a78 commit 374cef0

File tree

1 file changed

+1
-1
lines changed
  • common/src/main/kotlin/com/lambda/module/modules/network

1 file changed

+1
-1
lines changed

common/src/main/kotlin/com/lambda/module/modules/network/PacketDelay.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import net.minecraft.network.packet.c2s.common.KeepAliveC2SPacket
1313

1414
object PacketDelay : Module(
1515
name = "PacketDelay",
16-
description = "Delays packets client-side & server-side.",
16+
description = "Delays packets client-bound & server-bound",
1717
defaultTags = setOf(ModuleTag.NETWORK),
1818
) {
1919
private val networkScope by setting("Network Scope", Direction.BOTH)

0 commit comments

Comments
 (0)