mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-13 11:18:23 +01:00
SPIGOT-7242: Fix bugged AdvancementDisplayType enum
By: md_5 <git@md-5.net>
This commit is contained in:
parent
0171060ae2
commit
3242c70da4
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ public enum AdvancementDisplayType {
|
|||
GOAL(ChatColor.GREEN);
|
||||
private final ChatColor color;
|
||||
|
||||
private AdvancementDisplayType(@NotNull ChatColor color) {
|
||||
private AdvancementDisplayType(ChatColor color) {
|
||||
this.color = color;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue