mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
Updating Deck to use the new method in StaticData to get Card Art Preference Name
(Forgot to include this in prev. commit)
This commit is contained in:
@@ -221,7 +221,7 @@ public class Deck extends DeckBase implements Iterable<Entry<DeckSection, CardPo
|
||||
if (loadedSections != null && !includeCardsFromUnspecifiedSet)
|
||||
return; // deck loaded, and does not include ANY card with no specified edition: all good!
|
||||
|
||||
String cardArtPreference = StaticData.instance().getCardArtPreference();
|
||||
String cardArtPreference = StaticData.instance().getCardArtPreferenceName();
|
||||
boolean smartCardArtSelection = StaticData.instance().isEnabledCardArtSmartSelection();
|
||||
|
||||
if (lastCardArtOptimisationOptionUsed == null) // first time here
|
||||
|
||||
Reference in New Issue
Block a user