Skip to content
This repository was archived by the owner on Aug 18, 2024. It is now read-only.

Commit d930ac8

Browse files
committed
Fixed some bug 2
1 parent 323647c commit d930ac8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/java/com/pistacium/modcheck/ModCheckFrame.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,6 @@ private void initBottomLayout() {
9898
}
9999
if (!instancePath.toString().endsWith("mods")) instancePath = instancePath.resolve("mods");
100100
File instanceDir = instancePath.toFile();
101-
//noinspection ResultOfMethodCallIgnored
102-
instanceDir.mkdirs();
103101
if (!instanceDir.isDirectory()) {
104102
JOptionPane.showMessageDialog(this, "Please select a instance path(directory)!", "Please try again", JOptionPane.ERROR_MESSAGE);
105103
downloadButton.setEnabled(true);

0 commit comments

Comments
 (0)