1
0
Fork 0
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:
fgenesis 2013-06-19 18:45:19 +02:00
parent 4e1c2746ef
commit 0d98efadc4

View file

@ -4876,7 +4876,10 @@ void Core::setupFileAccess()
//vfs.AddArchive("aqfiles.zip", false, "");
if(_extraDataDir.length())
{
debugLog("Mounting extra data dir: " + _extraDataDir);
vfs.MountExternalPath(_extraDataDir.c_str(), "", true, true);
}
debugLog("Done");