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";
|
||||
break;
|
||||
case RESET:
|
||||
case NONE:
|
||||
base += "r";
|
||||
break;
|
||||
default:
|
||||
|
|
Loading…
Reference in a new issue