mirror of
https://github.com/GeyserMC/MCProtocolLib.git
synced 2024-12-12 08:41:00 -05:00
When a color can't be translated set to NONE instead of null
This commit is contained in:
parent
d7f000b455
commit
8533e28785
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ public enum ChatColor {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return null;
|
return ChatColor.NONE;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue