We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b5369c commit cda8f7bCopy full SHA for cda8f7b
common/src/main/kotlin/com/lambda/friend/FriendRegistry.kt
@@ -11,6 +11,6 @@ object FriendRegistry : Configurable(FriendConfig), Loadable {
11
val friends by setting("friends", listOf<GameProfile>())
12
13
override fun load(): String {
14
- return "Loaded ${friends.size} friends."
+ return "Loaded ${friends.size} friends"
15
}
16
0 commit comments