We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bbbd08 commit c2faa09Copy full SHA for c2faa09
common/src/main/kotlin/com/lambda/core/Loader.kt
@@ -14,14 +14,14 @@ import kotlin.system.measureTimeMillis
14
15
object Loader {
16
private val loadables = listOf(
17
+ PluginRegistry,
18
ModuleRegistry,
19
CommandManager,
20
RotationManager,
21
PlayerPacketManager,
22
LambdaFont.Loader,
23
GuiConfigurable,
24
FriendManager,
- PluginRegistry, // The plugins must absolutely be loaded last
25
)
26
27
fun initialize() {
0 commit comments