Fixed incorrect value for ChatColor.BLACK (was 1, should be 0)
This commit is contained in:
parent
ed34f17ddf
commit
f73a9bac8f
@ -11,7 +11,7 @@ public enum ChatColor {
|
|||||||
/**
|
/**
|
||||||
* Represents black
|
* Represents black
|
||||||
*/
|
*/
|
||||||
BLACK('0', 0x01),
|
BLACK('0', 0x00),
|
||||||
/**
|
/**
|
||||||
* Represents dark blue
|
* Represents dark blue
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user