mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
don't check for the pics_product dir since it can't be cleaned up until later
This commit is contained in:
@@ -148,7 +148,7 @@ public enum FView {
|
||||
}
|
||||
|
||||
final List<File> resDirs = new ArrayList<File>();
|
||||
for (String resDir : Lists.newArrayList("decks", "gauntlet", "layouts", "pics", "pics_product", "preferences", "quest/data")) {
|
||||
for (String resDir : Lists.newArrayList("decks", "gauntlet", "layouts", "pics", "preferences", "quest/data")) {
|
||||
resDirs.add(new File("res", resDir));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user