mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-05-03 16:14:30 +02:00
Merge pull request #2908 from Trial97/remove_client
remove client overrides instead of double deleting the normal ones
This commit is contained in:
commit
0b624a43d6
@ -136,7 +136,7 @@ bool ModrinthCreationTask::updateInstance()
|
|||||||
}
|
}
|
||||||
|
|
||||||
auto old_client_overrides = Override::readOverrides("client-overrides", old_index_folder);
|
auto old_client_overrides = Override::readOverrides("client-overrides", old_index_folder);
|
||||||
for (const auto& entry : old_overrides) {
|
for (const auto& entry : old_client_overrides) {
|
||||||
if (entry.isEmpty())
|
if (entry.isEmpty())
|
||||||
continue;
|
continue;
|
||||||
qDebug() << "Scheduling" << entry << "for removal";
|
qDebug() << "Scheduling" << entry << "for removal";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user