Skip to content

Commit 3edfaec

Browse files
committed
Fix caching issue
1 parent badaa05 commit 3edfaec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/net/minecraftforge/installer/actions/PostProcessors.java

+2
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,8 @@ public Set<File> process(File librariesDir, File minecraft, File root, File inst
128128
miss = true;
129129
output.file.delete();
130130
}
131+
} else {
132+
miss = true;
131133
}
132134
} catch (IOException e) {
133135
e.printStackTrace();

0 commit comments

Comments
 (0)