mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-10 03:39:55 +00:00
Break
This commit is contained in:
parent
b15f7857c0
commit
0371791cce
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user