3
0
Mirror von https://github.com/GeyserMC/Geyser.git synchronisiert 2024-09-17 00:33:47 +02:00

Add switch for dealing with ChatColor.NONE

In-game chat uses ChatColor.NONE for handling reset of text.
Dieser Commit ist enthalten in:
DoctorMacc 2020-03-23 15:13:45 -04:00 committet von GitHub
Ursprung 8ce0916827
Commit a821312f7e
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 4AEE18F83AFDEB23

Datei anzeigen

@ -154,6 +154,7 @@ public class MessageUtils {
base += "f";
break;
case RESET:
case NONE:
base += "r";
break;
default: