mirror of
https://github.com/PaperMC/Paper.git
synced 2025-02-13 19:11:43 +01:00
Remove extra color codes at the start from converted json chat
By: Thinkofdeath <thinkofdeath@spigotmc.org>
This commit is contained in:
parent
85c2090056
commit
520089d10e
@ -154,7 +154,7 @@ public final class CraftChatMessage {
|
||||
}
|
||||
out.append(c.getText());
|
||||
}
|
||||
return out.toString();
|
||||
return out.toString().replaceFirst("^(§0)*", "");
|
||||
}
|
||||
|
||||
private CraftChatMessage() {
|
||||
|
Loading…
Reference in New Issue
Block a user