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