mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
Move the log output here to make it display the correct edition.
This commit is contained in:
@@ -90,6 +90,7 @@ public class CardPool extends ItemPool<PaperCard> {
|
|||||||
cardName = paperCard.getName();
|
cardName = paperCard.getName();
|
||||||
artCount = isCommonCard ? StaticData.instance().getCommonCards().getArtCount(cardName, setCode) : 1;
|
artCount = isCommonCard ? StaticData.instance().getCommonCards().getArtCount(cardName, setCode) : 1;
|
||||||
} else {
|
} else {
|
||||||
|
System.out.print("An unsupported card was requested: \"" + cardName + "\" from \"" + setCode + "\". ");
|
||||||
paperCard = StaticData.instance().getCommonCards().createUnsupportedCard(cardName);
|
paperCard = StaticData.instance().getCommonCards().createUnsupportedCard(cardName);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user