We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6da76f7 commit c92474aCopy full SHA for c92474a
1 file changed
src/main/ngtlib-patches/jp/ngt/ngtlib/io/NGTFileLoader.java.patch
@@ -20,7 +20,7 @@
20
return MODS_DIR;
21
} else {
22
- MODS_DIR = new ArrayList<>();
23
-+ java.util.HashSet<File> mods = new java.util.HashSet<>();
++ java.util.LinkedHashSet<File> mods = new java.util.LinkedHashSet<>();
24
25
- try {
26
- File file1 = new File(Thread.currentThread().getContextClassLoader().getResource("").getPath());
0 commit comments