1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-02-10 03:39:55 +00:00
This commit is contained in:
AnyOldName3 2024-03-20 23:12:19 +00:00
parent b15f7857c0
commit 0371791cce

View File

@ -373,7 +373,10 @@ bool Launcher::MainDialog::setupGameData()
<< "*.omwaddon"; << "*.omwaddon";
if (!dir.entryList(filters).isEmpty()) if (!dir.entryList(filters).isEmpty())
{
foundData = true; foundData = true;
break;
}
} }
if (!foundData) if (!foundData)