* Changes to image handling of copied permanents (image is more often shown now).

This commit is contained in:
LevelX2 2014-03-09 22:09:00 +01:00
parent 7ebb8a9cbe
commit 401d65a17e
4 changed files with 12 additions and 3 deletions

View file

@ -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");