Skip to content

Commit f074faf

Browse files
committed
Merge remote-tracking branch 'origin/feature/renderer' into feature/renderer
2 parents ff99934 + 6378864 commit f074faf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)