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
1 changed files with 1 additions and 0 deletions

View File

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