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:
leriomaggio
2021-08-13 10:19:37 +01:00
parent b09b5972ab
commit b870d519c9

View File

@@ -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