Skip to content

Commit

Permalink
Fix section character in kick reason breaking velocity-kick-message
Browse files Browse the repository at this point in the history
  • Loading branch information
ajgeiss0702 committed Mar 3, 2024
1 parent 7470a27 commit 3b1df24
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ public void connect(AdaptedServer server) {
"REASON:" +
LegacyComponentSerializer.legacyAmpersand()
.serialize(reason)
.replaceAll("§", "&")
)
);
}
Expand Down

0 comments on commit 3b1df24

Please sign in to comment.