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 1bb782e commit b96c0b9Copy full SHA for b96c0b9
common/src/main/kotlin/com/lambda/core/Loader.kt
@@ -5,6 +5,7 @@ import com.lambda.Lambda.LOG
5
import com.lambda.command.CommandManager
6
import com.lambda.config.configurations.GuiConfig
7
import com.lambda.graphics.renderer.gui.font.LambdaFont
8
+import com.lambda.gui.impl.clickgui.GuiConfigurable
9
import com.lambda.gui.impl.clickgui.LambdaClickGui
10
import com.lambda.interaction.PlayerPacketManager
11
import com.lambda.interaction.RotationManager
@@ -38,6 +39,7 @@ object Loader {
38
39
40
LOG.info("${Lambda.MOD_NAME} ${Lambda.VERSION} was successfully initialized (${initTime}ms)")
41
42
+ GuiConfigurable
43
LambdaClickGui
44
}
45
0 commit comments