Skip to content

Commit 54bd62d

Browse files
authored
Merge pull request #18 from boiscljo/master
Fix a problem where the API did not recognize already converted color…
2 parents 4756aeb + 80f316c commit 54bd62d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/iridium/iridiumcolorapi/IridiumColorAPI.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public class IridiumColorAPI {
3434
*/
3535
private static final boolean SUPPORTS_RGB = VERSION >= 16;
3636

37-
private static final List<String> SPECIAL_COLORS = Arrays.asList("&l", "&n", "&o", "&k", "&m");
37+
private static final List<String> SPECIAL_COLORS = Arrays.asList("&l", "&n", "&o", "&k", "&m","§l", "§n", "§o", "§k", "§m");
3838

3939
/**
4040
* Cached result of all legacy colors.

0 commit comments

Comments
 (0)