mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-07 23:52:11 -07:00
SPIGOT-7242: Fix bugged AdvancementDisplayType enum
By: md_5 <git@md-5.net>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user