mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 03:08:02 +00:00
Merge branch 'kevlahnota-master-patch-46581' into 'master'
fix ImageKeys.java See merge request core-developers/forge!5265
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