mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 09:59:59 +03:00
More refactor.
This commit is contained in:
parent
6b76af116e
commit
47bc7e5ee3
10 changed files with 184 additions and 215 deletions
|
|
@ -357,7 +357,7 @@ QMap<QString, int> OneSixModEditDialog::getExistingOrder() const
|
|||
QMap<QString, int> order;
|
||||
// default
|
||||
{
|
||||
for (VersionFinal::VersionFile file : m_version->versionFiles)
|
||||
for (auto & file : m_version->versionFiles)
|
||||
{
|
||||
if (file.id.startsWith("org.multimc."))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue