Fix Alc Lore not updating properly #328

This commit is contained in:
Sn0wStorm
2020-10-29 17:02:53 +01:00
parent 5cc7116aee
commit eeb9be74f9
+2 -2
View File
@@ -520,10 +520,10 @@ public class BrewLore {
STARS("§s"), STARS("§s"),
INGR("§v"), INGR("§v"),
COOK("§w"), COOK("§w"),
DISTILL("§x"), DISTILL("§p"),
AGE("§y"), AGE("§y"),
WOOD("§z"), WOOD("§z"),
ALC("§k"); ALC("§q");
public final String id; public final String id;