mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
Merge branch 'card-fixes' into 'master'
Fix AltCost NPE See merge request core-developers/forge!4356
This commit is contained in:
@@ -4865,7 +4865,7 @@ public class CardFactoryUtil {
|
||||
|
||||
altCostSA.setDescription(costDescription);
|
||||
|
||||
if (!params.get("StackDescription").isEmpty()) {
|
||||
if (params.containsKey("StackDescription")) {
|
||||
altCostSA.setStackDescription(params.get("StackDescription"));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user