Skip to content
This repository was archived by the owner on Sep 23, 2025. It is now read-only.

Commit 861ed83

Browse files
committed
Fix startup error 'length=1, index=1'
1 parent 7ecb145 commit 861ed83

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/src/main/java/net/kdt/pojavlaunch/PojavLoginActivity.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,7 @@ private void initMain()
309309
mkdirs(Tools.worksDir);
310310
mkdirs(Tools.versnDir);
311311
mkdirs(Tools.libraries);
312+
mkdirs(Tools.mpProfiles);
312313

313314
File file0 = new File(Tools.mpProfiles);
314315
File file1 = new File(Tools.mpModEnable);

0 commit comments

Comments
 (0)