mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 18:28:00 +00:00
Update ImageKeys.java
This commit is contained in:
@@ -120,7 +120,7 @@ public final class ImageKeys {
|
|||||||
file = findFile(dir, TextUtil.fastReplace(fullborderFile, "1.fullborder", ".fullborder"));
|
file = findFile(dir, TextUtil.fastReplace(fullborderFile, "1.fullborder", ".fullborder"));
|
||||||
if (file != null) { return file; }
|
if (file != null) { return file; }
|
||||||
// if there's a 1st art variant try without it for .full images
|
// if there's a 1st art variant try without it for .full images
|
||||||
file = findFile(dir, TextUtil.fastReplace(fullborderFile, "1.full", ".full"));
|
file = findFile(dir, TextUtil.fastReplace(filename, "1.full", ".full"));
|
||||||
if (file != null) { return file; }
|
if (file != null) { return file; }
|
||||||
}
|
}
|
||||||
//if an image, like phenomenon or planes is missing .full in their filenames but you have an existing images that have .full/.fullborder
|
//if an image, like phenomenon or planes is missing .full in their filenames but you have an existing images that have .full/.fullborder
|
||||||
|
|||||||
Reference in New Issue
Block a user