mirror of
https://github.com/exituser/Brewery.git
synced 2026-09-17 05:28:59 +00:00
Fix Alc Lore not updating properly #328
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user