mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 18:58:00 +00:00
- Fixed Bloodrite Invoker crash.
This commit is contained in:
@@ -2509,6 +2509,8 @@ public class CardFactory implements NewConstants {
|
||||
if (tmpCost.length() == 0)
|
||||
tapOnlyCost = true;
|
||||
}
|
||||
else
|
||||
tmpCost = tmpCost.trim();
|
||||
|
||||
final String manaCost = tmpCost;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user