mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-05-03 08:04:38 +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);
|
||||
for (const auto& entry : old_overrides) {
|
||||
for (const auto& entry : old_client_overrides) {
|
||||
if (entry.isEmpty())
|
||||
continue;
|
||||
qDebug() << "Scheduling" << entry << "for removal";
|
||||
|
Loading…
x
Reference in New Issue
Block a user