Skip to content

Commit c2faa09

Browse files
committed
Plugin lifecycle
1 parent 2bbbd08 commit c2faa09

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ import kotlin.system.measureTimeMillis
1414

1515
object Loader {
1616
private val loadables = listOf(
17+
PluginRegistry,
1718
ModuleRegistry,
1819
CommandManager,
1920
RotationManager,
2021
PlayerPacketManager,
2122
LambdaFont.Loader,
2223
GuiConfigurable,
2324
FriendManager,
24-
PluginRegistry, // The plugins must absolutely be loaded last
2525
)
2626

2727
fun initialize() {

0 commit comments

Comments
 (0)