mirror of
https://github.com/exituser/Brewery.git
synced 2026-09-17 10:08:54 +00:00
Use dynamic placeholder potion type instead of null for custom potion colors
This commit is contained in:
@@ -710,7 +710,7 @@ public class Brew {
|
||||
|
||||
public PotionColor(Color color) {
|
||||
colorId = -1;
|
||||
type = null;
|
||||
type = WATER.getType();
|
||||
this.color = color;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user