mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
- Avoid spamming "picture not found" messages when looking for XLHQ art.
This commit is contained in:
@@ -85,7 +85,7 @@ public final class FImageUtil {
|
|||||||
imageKey += "full.jpg";
|
imageKey += "full.jpg";
|
||||||
}
|
}
|
||||||
|
|
||||||
File file = ImageKeys.getImageFile(imageKey);
|
File file = ImageKeys.getImageFile(imageKey, true);
|
||||||
BufferedImage img = null;
|
BufferedImage img = null;
|
||||||
|
|
||||||
if (file != null) {
|
if (file != null) {
|
||||||
|
|||||||
Reference in New Issue
Block a user