mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
Fix crash with The Monarch
This commit is contained in:
@@ -165,7 +165,7 @@ public class ImageCache {
|
|||||||
if (StringUtils.isBlank(imageKey)) {
|
if (StringUtils.isBlank(imageKey)) {
|
||||||
return _defaultImage;
|
return _defaultImage;
|
||||||
}
|
}
|
||||||
} else if (imageKey.startsWith(ImageKeys.TOKEN_PREFIX)) {
|
} else if (imageKey.startsWith(ImageKeys.TOKEN_PREFIX) && cardView.isToken()) {
|
||||||
ipc = ImageUtil.getPaperTokenFromImageKey(imageKey);
|
ipc = ImageUtil.getPaperTokenFromImageKey(imageKey);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user