File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
common/src/main/kotlin/com/lambda/module Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import com.lambda.event.listener.Listener
1414import com.lambda.event.listener.SafeListener
1515import com.lambda.event.listener.SafeListener.Companion.listener
1616import com.lambda.event.listener.UnsafeListener
17- import com.lambda.gui.impl.clickgui.LambdaClickGui
17+ import com.lambda.gui.api.LambdaGui
1818import com.lambda.gui.impl.clickgui.buttons.ModuleButton
1919import com.lambda.module.modules.client.ClickGui
2020import com.lambda.module.tag.ModuleTag
@@ -118,7 +118,7 @@ abstract class Module(
118118 if (event.translated == keybind
119119 && ! mc.options.commandKey.isPressed
120120 && (screen == null
121- || screen is LambdaClickGui )
121+ || screen ! is LambdaGui )
122122 ) toggle()
123123 }
124124
You can’t perform that action at this time.
0 commit comments