mirror of
https://github.com/exituser/Brewery.git
synced 2026-09-17 06:38:56 +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) {
|
public PotionColor(Color color) {
|
||||||
colorId = -1;
|
colorId = -1;
|
||||||
type = null;
|
type = WATER.getType();
|
||||||
this.color = color;
|
this.color = color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user