pull/3235/head
AnyOldName3 9 months ago
parent b15f7857c0
commit 0371791cce

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

Loading…
Cancel
Save