mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 01:37:37 +00:00
Fixed additional formatting bugs
This commit is contained in:
parent
23f2930aad
commit
0cca831116
@ -142,7 +142,7 @@ public class SpongePlayer extends AbstractPlayerActor {
|
|||||||
|
|
||||||
private void sendColorized(String msg, TextColor formatting) {
|
private void sendColorized(String msg, TextColor formatting) {
|
||||||
for (String part : msg.split("\n")) {
|
for (String part : msg.split("\n")) {
|
||||||
this.player.sendMessage(Text.of(formatting, part));
|
this.player.sendMessage(Text.of(formatting, TextSerializers.LEGACY_FORMATTING_CODE.deserialize(part)));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user