mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
Merge remote-tracking branch 'remotes/core/master' into newBranch
This commit is contained in:
@@ -468,7 +468,7 @@ public class ComputerUtilCost {
|
||||
continue;
|
||||
|
||||
try {
|
||||
extraManaNeeded += Integer.parseInt(snem);
|
||||
extraManaNeeded += Integer.parseInt(parts[0]);
|
||||
} catch (final NumberFormatException e) {
|
||||
System.out.println("wrong SpellsNeedExtraMana SVar format on " + c);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user