Merge branch 'manaEffect' into 'master'

ExpressPay different ComboMana if possible

See merge request core-developers/forge!3893
This commit is contained in:
Michael Kamensky
2021-02-20 04:22:03 +00:00
4 changed files with 24 additions and 14 deletions

View File

@@ -41,7 +41,6 @@ public final class ColorSet implements Comparable<ColorSet>, Iterable<Byte>, Ser
private static final long serialVersionUID = 794691267379929080L;
private final byte myColor;
public byte getMyColor() { return myColor; }
private final float orderWeight;
private static final ColorSet[] cache = new ColorSet[32];