don't check for the pics_product dir since it can't be cleaned up until later

This commit is contained in:
myk
2013-03-17 06:27:54 +00:00
parent 2f84aeb3cf
commit bf31c5b139

View File

@@ -148,7 +148,7 @@ public enum FView {
} }
final List<File> resDirs = new ArrayList<File>(); 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)); resDirs.add(new File("res", resDir));
} }