We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ff99934 + 6378864 commit f074fafCopy full SHA for f074faf
common/src/main/kotlin/com/lambda/friend/FriendRegistry.kt
@@ -8,7 +8,7 @@ import com.mojang.authlib.GameProfile
8
object FriendRegistry : Configurable(FriendConfig), Loadable {
9
override val name = "friends"
10
11
- val friends by setting("friends", listOf<GameProfile>())
+ val friends by setting("friends", listOf<GameProfile>()) // Todo: Fix the fucking delegates
12
13
override fun load(): String {
14
return "Loaded ${friends.size} friends."
0 commit comments