Merge pull request #236 from DoctorMacc/master

Add switch for dealing with ChatColor.NONE
This commit is contained in:
Redned 2020-03-23 14:19:53 -05:00 committed by GitHub
commit ffa635d276
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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