Skip to content

Commit b96c0b9

Browse files
committed
Test object loading
1 parent 1bb782e commit b96c0b9

File tree

1 file changed

+2
-0
lines changed
  • common/src/main/kotlin/com/lambda/core

1 file changed

+2
-0
lines changed

common/src/main/kotlin/com/lambda/core/Loader.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import com.lambda.Lambda.LOG
55
import com.lambda.command.CommandManager
66
import com.lambda.config.configurations.GuiConfig
77
import com.lambda.graphics.renderer.gui.font.LambdaFont
8+
import com.lambda.gui.impl.clickgui.GuiConfigurable
89
import com.lambda.gui.impl.clickgui.LambdaClickGui
910
import com.lambda.interaction.PlayerPacketManager
1011
import com.lambda.interaction.RotationManager
@@ -38,6 +39,7 @@ object Loader {
3839

3940
LOG.info("${Lambda.MOD_NAME} ${Lambda.VERSION} was successfully initialized (${initTime}ms)")
4041

42+
GuiConfigurable
4143
LambdaClickGui
4244
}
4345
}

0 commit comments

Comments
 (0)