Skip to content

Commit 6378864

Browse files
committed
todo
1 parent 11237ca commit 6378864

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

common/src/main/kotlin/com/lambda/friend/FriendRegistry.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import com.mojang.authlib.GameProfile
88
object FriendRegistry : Configurable(FriendConfig), Loadable {
99
override val name = "friends"
1010

11-
val friends by setting("friends", listOf<GameProfile>())
11+
val friends by setting("friends", listOf<GameProfile>()) // Todo: Fix the fucking delegates
1212

1313
override fun load(): String {
1414
return "Loaded ${friends.size} friends."

0 commit comments

Comments
 (0)