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

Commit ecedc2a

Browse files
authored
Update Libs.java
1 parent aa9ff5d commit ecedc2a

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
@@ -12,7 +12,7 @@ public static void onLoad(Context context) {
1212
File dataDir = new File(cacheDir, "libs/prokitid");
1313
if(!dataDir.exists) dataDir.mkdirs();
1414
File mod = new File(dataDir, "libmod.so");
15-
if(mod.exists) mod.delete();
15+
//if(mod.exists) mod.delete();
1616
File em = new File("/storage/emulated/0/alvinqid/mods/libmod.so");
1717
FileUtils.copyFile(em.getAbsolutePath(),mod.getAbsolutePath());
1818
System.load(mod.getAbsolutePath());

0 commit comments

Comments
 (0)