Merge pull request #2238 from tool4ever/simfix

Simulation: Fix including unjustified decisions
This commit is contained in:
Anthony Calosa
2023-01-14 07:43:46 +08:00
committed by GitHub
2 changed files with 4 additions and 3 deletions

View File

@@ -254,7 +254,6 @@ public class Cost implements Serializable {
else
manaParts.append(part).append(" ");
}
}
if (parsedMana == null && (manaParts.length() > 0 || xCantBe0)) {