mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
Bugfixes for dealing with Set Images.
This commit is contained in:
@@ -2395,6 +2395,7 @@ public class GameAction {
|
||||
//}
|
||||
if ((card.getSets().size() > 0) && card.getCurSetCode().equals(""))
|
||||
card.setRandomSetCode();
|
||||
card.setImageFilename(CardUtil.buildFilename(card));
|
||||
|
||||
AllZone.Computer_Library.add(card);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user