Skip to content

Commit 8ed6475

Browse files
committed
5 minute delay
1 parent 63765f4 commit 8ed6475

File tree

1 file changed

+2
-2
lines changed
  • src/main/kotlin/com/lambda/module/modules/player

1 file changed

+2
-2
lines changed

src/main/kotlin/com/lambda/module/modules/player/AntiAFK.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ object AntiAFK : Module(
2828
description = "Keeps you from getting kicked",
2929
tag = ModuleTag.PLAYER,
3030
) {
31-
private val delay by setting("Delay", 10, 5..600, 1, unit = " s")
32-
private val swingHand by setting("Swing Hand", Hand.MAIN_HAND)
31+
private val delay by setting("Delay", 300, 5..600, 1, unit = " s", description = "Delay between swinging the hand.")
32+
private val swingHand by setting("Swing Hand", Hand.MAIN_HAND, description = "Hand to swing.")
3333

3434
init {
3535
listen<TickEvent.Pre> {

0 commit comments

Comments
 (0)