1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-02-04 21:40:03 +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";
if (!dir.entryList(filters).isEmpty())
{
foundData = true;
break;
}
}
if (!foundData)