forked from GeyserMC/Geyser
Merge pull request #236 from DoctorMacc/master
Add switch for dealing with ChatColor.NONE
This commit is contained in:
commit
ffa635d276
1 changed files with 1 additions and 0 deletions
|
@ -154,6 +154,7 @@ public class MessageUtils {
|
||||||
base += "f";
|
base += "f";
|
||||||
break;
|
break;
|
||||||
case RESET:
|
case RESET:
|
||||||
|
case NONE:
|
||||||
base += "r";
|
base += "r";
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Reference in a new issue