mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2024-11-15 14:09:06 +00:00
Seems this line was lost...
This commit is contained in:
parent
4e1c2746ef
commit
0d98efadc4
1 changed files with 3 additions and 0 deletions
|
@ -4876,7 +4876,10 @@ void Core::setupFileAccess()
|
||||||
//vfs.AddArchive("aqfiles.zip", false, "");
|
//vfs.AddArchive("aqfiles.zip", false, "");
|
||||||
|
|
||||||
if(_extraDataDir.length())
|
if(_extraDataDir.length())
|
||||||
|
{
|
||||||
|
debugLog("Mounting extra data dir: " + _extraDataDir);
|
||||||
vfs.MountExternalPath(_extraDataDir.c_str(), "", true, true);
|
vfs.MountExternalPath(_extraDataDir.c_str(), "", true, true);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
debugLog("Done");
|
debugLog("Done");
|
||||||
|
|
Loading…
Reference in a new issue