mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 18:28:00 +00:00
update imagecache
This commit is contained in:
@@ -143,7 +143,7 @@ public class ImageCache {
|
|||||||
String imageKey = ii.getImageKey(false);
|
String imageKey = ii.getImageKey(false);
|
||||||
if (imageKey != null) {
|
if (imageKey != null) {
|
||||||
if(imageKey.startsWith(ImageKeys.CARD_PREFIX) || imageKey.startsWith(ImageKeys.TOKEN_PREFIX))
|
if(imageKey.startsWith(ImageKeys.CARD_PREFIX) || imageKey.startsWith(ImageKeys.TOKEN_PREFIX))
|
||||||
return getImage(ii.getImageKey(false), true, false);
|
return getImage(ii.getImageKey(false), false, false);
|
||||||
}
|
}
|
||||||
return getImage(ii.getImageKey(false), true, true);
|
return getImage(ii.getImageKey(false), true, true);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user