mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
* Changes to image handling of copied permanents (image is more often shown now).
This commit is contained in:
parent
7ebb8a9cbe
commit
401d65a17e
4 changed files with 12 additions and 3 deletions
|
|
@ -337,6 +337,7 @@ public class ImageCache {
|
|||
if (card.getUsesVariousArt()) {
|
||||
key += "#usesVariousArt";
|
||||
}
|
||||
log.warn("getImage: " + key);
|
||||
BufferedImage original = getImage(key);
|
||||
if (original == null) {
|
||||
log.warn(key + " not found");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue