Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert 2024-12-26 16:12:42 +01:00
Use ChatColor.COLOR_CHAR
Dieser Commit ist enthalten in:
Ursprung
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();
|
||||
}
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren