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

Commit 6f55804

Browse files
authored
Update Libs.java
1 parent ba7dacc commit 6f55804

File tree

1 file changed

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

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ public class Libs {
88
public static void onLoad(Context context) {
99
CacheLogger.logAllCacheFiles(context);
1010
Toast.makeText(context, "PL loaded!", Toast.LENGTH_LONG).show();
11-
//File lcon = new File(context.getCacheDir() + "/prokitid/native/libmod.so");
12-
// System.loadLibrary("mod");
13-
FileUtils.copyFolder(context.getCacheDir(), "/storage/emulated/0/alvinqid/cache");
11+
//System.loadLibrary("minecraftpe");
12+
FileUtils.copyFolder(context.getCacheDir().getAbsolutePath(), "/storage/emulated/0/alvinqid/cache");
1413
}
1514
}

0 commit comments

Comments
 (0)