Skip to content

Commit

Permalink
add space after Settlement in settlement chat
Browse files Browse the repository at this point in the history
  • Loading branch information
s1ice authored and Gutin1 committed Jan 6, 2025
1 parent ccec452 commit 557e92c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ enum class ChatChannel(val displayName: Component, val commandAliases: List<Stri

val prefix = ofChildren(
displayName,
text(" "),
formatSpacePrefix(LegacyComponentSerializer.legacyAmpersand().deserialize(playerData.settlementTag ?: ""))
)

Expand Down

0 comments on commit 557e92c

Please sign in to comment.