mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-02-11 14:44:07 +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:
parent
84a73b59f9
commit
61395779a1
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue