mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-14 17:58:01 +00:00
fix ImageKeys.java
This commit is contained in:
@@ -236,7 +236,7 @@ public final class ImageKeys {
|
|||||||
cachedContent.put(setFolder, setFolderContent);
|
cachedContent.put(setFolder, setFolderContent);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
String[] keyParts = StringUtils.split(pc.getCardImageKey(), "//");
|
String[] keyParts = StringUtils.split(pc.getImageKeyFromSet(), "//");
|
||||||
if (keyParts.length != 2)
|
if (keyParts.length != 2)
|
||||||
return false;
|
return false;
|
||||||
HashSet<String> content = cachedContent.getOrDefault(keyParts[0], null);
|
HashSet<String> content = cachedContent.getOrDefault(keyParts[0], null);
|
||||||
|
|||||||
Reference in New Issue
Block a user