Delete default meta entries from archives and api added mods if not configured otherwise.

This commit is contained in:
Ottermandias 2024-08-29 17:47:51 +02:00
parent f8e3b6777f
commit f5e6132462
14 changed files with 95 additions and 73 deletions

View file

@ -79,7 +79,7 @@ public class ModImportManager(ModManager modManager, Configuration config, ModEd
return false;
}
modManager.AddMod(directory);
modManager.AddMod(directory, true);
mod = modManager.LastOrDefault();
return mod != null && mod.ModPath == directory;
}