Skip to content

Commit 0b87cf1

Browse files
feat: Update friendship information display to use full term
1 parent 61a9ca0 commit 0b87cf1

File tree

1 file changed

+1
-1
lines changed
  • surf-friends-velocity/src/main/kotlin/dev/slne/surf/friends/velocity/command/subcommand/friend

1 file changed

+1
-1
lines changed

surf-friends-velocity/src/main/kotlin/dev/slne/surf/friends/velocity/command/subcommand/friend/FriendInfoCommand.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class FriendInfoCommand(commandName: String) : CommandAPICommand(commandName) {
4949
val targetName = friendShip.friendUuid.getUsernameAsync()
5050

5151
player.sendText {
52-
info("Freundschaft".toSmallCaps())
52+
info("Freundschaftsinformationen".toSmallCaps())
5353
appendNewline()
5454
append {
5555
info("| ")

0 commit comments

Comments
 (0)