mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2025-02-03 13:21:22 +01:00
Use ChatColor.COLOR_CHAR
This commit is contained in:
parent
437b02c961
commit
bec27e0fa6
@ -939,7 +939,7 @@ public class Protocol1_13To1_12_2 extends Protocol {
|
||||
if (rewrite == null) {
|
||||
rewrite = colorChar;
|
||||
}
|
||||
newName.append('§').append(rewrite);
|
||||
newName.append(ChatColor.COLOR_CHAR).append(rewrite);
|
||||
}
|
||||
name = newName.toString();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user