mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-01 19:06:58 +03:00
Merge branch 'develop' into feature_derpstances
This commit is contained in:
commit
d166b48072
5 changed files with 137 additions and 49 deletions
|
|
@ -349,11 +349,6 @@ void DerpUpdate::prepareForLaunch()
|
|||
return;
|
||||
}
|
||||
/*
|
||||
* emitFailed("Could not create the native library folder:\n" + natives_dir_raw +
|
||||
"\nMake sure MultiMC has appropriate permissions and there is enough
|
||||
space "
|
||||
"on the storage device.");
|
||||
*/
|
||||
for (auto lib : version->getActiveNativeLibs())
|
||||
{
|
||||
if (!lib->filesExist())
|
||||
|
|
@ -372,6 +367,6 @@ void DerpUpdate::prepareForLaunch()
|
|||
return;
|
||||
}
|
||||
}
|
||||
|
||||
*/
|
||||
emitSucceeded();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue