Skip to content

Commit

Permalink
Update forge-core/src/main/java/forge/ImageKeys.java
Browse files Browse the repository at this point in the history
Co-authored-by: Myyk Seok <2080820+myyk@users.noreply.github.com>
  • Loading branch information
add-le and myyk authored Jun 28, 2024
1 parent e37f652 commit f20640d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forge-core/src/main/java/forge/ImageKeys.java
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public static void initializeDirs(String cards, Map<String, String> cardsSub, St

// image file extensions for various formats in order of likelihood
// the last, empty, string is for keys that come in with an extension already in place
private static final String[] FILE_EXTENSIONS = { ".jpg", ".png", "webp", "" };
private static final String[] FILE_EXTENSIONS = { ".jpg", ".png", ".webp", "" };

public static String getTokenKey(String tokenName) {
return ImageKeys.TOKEN_PREFIX + tokenName;
Expand Down

0 comments on commit f20640d

Please sign in to comment.