mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-04 20:36:58 +03:00
fixed authors
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
69c21454ec
commit
932531c8ba
2 changed files with 2 additions and 1 deletions
|
|
@ -73,6 +73,7 @@ ExportPackDialog::ExportPackDialog(InstancePtr instance, QWidget* parent, ModPla
|
|||
|
||||
MinecraftInstance* mcInstance = dynamic_cast<MinecraftInstance*>(instance.get());
|
||||
if (mcInstance) {
|
||||
mcInstance->loaderModList()->update();
|
||||
const QDir index = mcInstance->loaderModList()->indexDir();
|
||||
if (index.exists())
|
||||
proxy->blockedPaths().insert(root.relativeFilePath(index.absolutePath()));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue