mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28: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();
|
||||
artCount = isCommonCard ? StaticData.instance().getCommonCards().getArtCount(cardName, setCode) : 1;
|
||||
} else {
|
||||
System.out.print("An unsupported card was requested: \"" + cardName + "\" from \"" + setCode + "\". ");
|
||||
paperCard = StaticData.instance().getCommonCards().createUnsupportedCard(cardName);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user