Skip to content

Commit 71db66a

Browse files
committed
Bring back default keybind for ClickGUI
1 parent bdda54d commit 71db66a

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

common/src/main/kotlin/com/lambda/module/modules/client/ClickGui.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ import kotlin.math.hypot
4242
object ClickGui : Module(
4343
name = "ClickGui",
4444
description = "sexy again",
45-
defaultTags = setOf(ModuleTag.CLIENT)
45+
defaultTags = setOf(ModuleTag.CLIENT),
46+
defaultKeybind = KeyCode.Y
4647
) {
4748
val titleBarHeight by setting("Title Bar Height", 18.0, 10.0..25.0, 0.1)
4849
val moduleHeight by setting("Module Height", 16.0, 10.0..25.0, 0.1)

0 commit comments

Comments
 (0)