Skip to content

Commit ab40d5d

Browse files
committed
Update Loader.kt
1 parent 1f6a880 commit ab40d5d

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
@@ -24,7 +24,7 @@ object Loader {
2424
val runtime: String
2525
get() = "${(System.currentTimeMillis() - started).toDuration(DurationUnit.MILLISECONDS)}"
2626

27-
val loadables = listOf(
27+
private val loadables = listOf(
2828
ModuleRegistry,
2929
CommandRegistry,
3030
RotationManager,

0 commit comments

Comments
 (0)