- Avoid spamming "picture not found" messages when looking for XLHQ art.

This commit is contained in:
Agetian
2015-01-13 19:57:17 +00:00
parent 3c3a830d04
commit eaa80c9583

View File

@@ -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) {