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

Commit 34fbe77

Browse files
authored
Update Libs.java
1 parent e67f7f2 commit 34fbe77

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/id.my.alvinq.prokitid.libs

1 file changed

+1
-1
lines changed

src/main/java/id.my.alvinq.prokitid.libs/Libs.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public static void onLoad(Context context) {
1414
String mcPath = intent.getStringExtra("MC_PATH");
1515
File libFile = new File(mcPath + "/lib/arm64");
1616
String libPath = libFile.getAbsolutePath();
17-
if(!libFile.exists) libFile.mkdirs();
17+
if(!libFile.exists()) libFile.mkdirs();
1818
FileUtils.copyFile("/storage/emulated/0/alvinqid/mods/mbloader.so", libPath + "/mtbinloader2.so");
1919

2020
File dataDir = context.getFilesDir().getParentFile();

0 commit comments

Comments
 (0)