Fix compilation

This commit is contained in:
ArtDev 2020-11-29 18:05:53 +03:00 committed by GitHub
parent 3ffc70a4b6
commit a5c97f85f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -372,7 +372,7 @@ public class PojavLoginActivity extends BaseActivity
if (!Arrays.equals(release1,release2)) { if (!Arrays.equals(release1,release2)) {
String[] lwjglFileList = am.list("components/lwjgl3"); String[] lwjglFileList = am.list("components/lwjgl3");
for (String s : lwjglFileList) { for (String s : lwjglFileList) {
Tools.copyAssetFile(this, "components/lwjgl3/" + s, Tools., true); Tools.copyAssetFile(this, "components/lwjgl3/" + s, Tools.MAIN_PATH+"/lwjgl3/",s, true);
} }
} else { } else {
Log.i("LWJGL3Prep","Pack is up-to-date with the launcher, continuing..."); Log.i("LWJGL3Prep","Pack is up-to-date with the launcher, continuing...");