3
0
Mirror von https://github.com/ViaVersion/ViaVersion.git synchronisiert 2024-09-17 01:23:43 +02:00

Use ChatColor.COLOR_CHAR

Dieser Commit ist enthalten in:
creeper123123321 2018-11-04 10:51:29 -02:00
Ursprung 437b02c961
Commit bec27e0fa6
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 0AC57D54786721D1

Datei anzeigen

@ -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();
} }