mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 18:58:00 +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";
|
||||
}
|
||||
|
||||
File file = ImageKeys.getImageFile(imageKey);
|
||||
File file = ImageKeys.getImageFile(imageKey, true);
|
||||
BufferedImage img = null;
|
||||
|
||||
if (file != null) {
|
||||
|
||||
Reference in New Issue
Block a user