Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert 2024-11-08 17:20:24 +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) {
|
if (rewrite == null) {
|
||||||
rewrite = colorChar;
|
rewrite = colorChar;
|
||||||
}
|
}
|
||||||
newName.append('§').append(rewrite);
|
newName.append(ChatColor.COLOR_CHAR).append(rewrite);
|
||||||
}
|
}
|
||||||
name = newName.toString();
|
name = newName.toString();
|
||||||
}
|
}
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren