mirror of
https://github.com/exituser/Brewery.git
synced 2026-09-17 10:08:54 +00:00
Save Alc content on the Brew
This commit is contained in:
@@ -24,7 +24,7 @@ public class BrewDrinkEvent extends BrewEvent implements Cancellable {
|
||||
super(brew, meta);
|
||||
this.player = player;
|
||||
this.bPlayer = bPlayer;
|
||||
alc = brew.calcAlcohol();
|
||||
alc = brew.getOrCalcAlc();
|
||||
quality = brew.getQuality();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user