mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-13 17:27:46 +00:00
- Fixing a mistype in achievement file names.
This commit is contained in:
4
.gitattributes
vendored
4
.gitattributes
vendored
@@ -19610,13 +19610,13 @@ forge-gui/res/licenses/xstream-license.txt svneol=native#text/plain
|
|||||||
forge-gui/res/lists/NonStackingKWList.txt svneol=native#text/plain
|
forge-gui/res/lists/NonStackingKWList.txt svneol=native#text/plain
|
||||||
forge-gui/res/lists/TypeLists.txt svneol=native#text/plain
|
forge-gui/res/lists/TypeLists.txt svneol=native#text/plain
|
||||||
forge-gui/res/lists/achievement-images.txt -text
|
forge-gui/res/lists/achievement-images.txt -text
|
||||||
forge-gui/res/lists/altwin-archivements.txt -text svneol=unset#text/plain
|
forge-gui/res/lists/altwin-achievements.txt -text
|
||||||
forge-gui/res/lists/booster-images.txt svneol=native#text/plain
|
forge-gui/res/lists/booster-images.txt svneol=native#text/plain
|
||||||
forge-gui/res/lists/boosterbox-images.txt -text
|
forge-gui/res/lists/boosterbox-images.txt -text
|
||||||
forge-gui/res/lists/fatpack-images.txt svneol=native#text/plain
|
forge-gui/res/lists/fatpack-images.txt svneol=native#text/plain
|
||||||
forge-gui/res/lists/net-decks-commander.txt -text
|
forge-gui/res/lists/net-decks-commander.txt -text
|
||||||
forge-gui/res/lists/net-decks.txt -text
|
forge-gui/res/lists/net-decks.txt -text
|
||||||
forge-gui/res/lists/planeswalker-archivements.txt -text svneol=unset#text/plain
|
forge-gui/res/lists/planeswalker-achievements.txt -text
|
||||||
forge-gui/res/lists/precon-images.txt svneol=native#text/plain
|
forge-gui/res/lists/precon-images.txt svneol=native#text/plain
|
||||||
forge-gui/res/lists/quest-opponent-icons.txt svneol=native#text/plain
|
forge-gui/res/lists/quest-opponent-icons.txt svneol=native#text/plain
|
||||||
forge-gui/res/lists/quest-pet-token-images.txt svneol=native#text/plain
|
forge-gui/res/lists/quest-pet-token-images.txt svneol=native#text/plain
|
||||||
|
|||||||
@@ -34,8 +34,8 @@ public final class ForgeConstants {
|
|||||||
public static final String LISTS_DIR = RES_DIR + "lists" + PATH_SEPARATOR;
|
public static final String LISTS_DIR = RES_DIR + "lists" + PATH_SEPARATOR;
|
||||||
public static final String KEYWORD_LIST_FILE = LISTS_DIR + "NonStackingKWList.txt";
|
public static final String KEYWORD_LIST_FILE = LISTS_DIR + "NonStackingKWList.txt";
|
||||||
public static final String TYPE_LIST_FILE = LISTS_DIR + "TypeLists.txt";
|
public static final String TYPE_LIST_FILE = LISTS_DIR + "TypeLists.txt";
|
||||||
public static final String PLANESWALKER_ACHIEVEMENT_LIST_FILE = LISTS_DIR + "planeswalker-archivements.txt";
|
public static final String PLANESWALKER_ACHIEVEMENT_LIST_FILE = LISTS_DIR + "planeswalker-achievements.txt";
|
||||||
public static final String ALTWIN_ACHIEVEMENT_LIST_FILE = LISTS_DIR + "altwin-archivements.txt";
|
public static final String ALTWIN_ACHIEVEMENT_LIST_FILE = LISTS_DIR + "altwin-achievements.txt";
|
||||||
public static final String IMAGE_LIST_TOKENS_FILE = LISTS_DIR + "token-images.txt";
|
public static final String IMAGE_LIST_TOKENS_FILE = LISTS_DIR + "token-images.txt";
|
||||||
public static final String IMAGE_LIST_QUEST_OPPONENT_ICONS_FILE = LISTS_DIR + "quest-opponent-icons.txt";
|
public static final String IMAGE_LIST_QUEST_OPPONENT_ICONS_FILE = LISTS_DIR + "quest-opponent-icons.txt";
|
||||||
public static final String IMAGE_LIST_QUEST_TOKENS_FILE = LISTS_DIR + "quest-pet-token-images.txt";
|
public static final String IMAGE_LIST_QUEST_TOKENS_FILE = LISTS_DIR + "quest-pet-token-images.txt";
|
||||||
|
|||||||
Reference in New Issue
Block a user