1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2025-02-11 22:54:00 +00:00

Do not try to load .zip files in _mods automatically.

This has been a great source of confusion and it's better to remove it.
This commit is contained in:
fgenesis 2013-06-19 15:09:05 +02:00
parent 84a73b59f9
commit 61395779a1

View file

@ -2154,7 +2154,6 @@ void DSQ::loadMods()
// first load the packages, then enumerate XMLs
forEachFile(mod.getBaseModPath(), ".aqmod", loadModPackagesCallback, 0);
forEachFile(mod.getBaseModPath(), ".zip", loadModPackagesCallback, 0);
#endif
forEachFile(mod.getBaseModPath(), ".xml", loadModsCallback, 0);