Fix getReflectableManaColors

This commit is contained in:
tool4EvEr
2021-04-17 13:30:08 +02:00
committed by Michael Kamensky
parent 07278de968
commit 53e2df8aa2

View File

@@ -496,7 +496,7 @@ public final class CardUtil {
break;
}
colors = CardUtil.getReflectableManaColors(ab, sa, colors, parents);
colors = CardUtil.getReflectableManaColors(sa, ab, colors, parents);
}
}
return colors;