Hopefully merge the rest of the changes correctly.

This commit is contained in:
Ottermandias 2023-03-23 18:54:16 +01:00
parent e6b17d536b
commit 49f1e2dcde
20 changed files with 606 additions and 536 deletions

View file

@ -40,7 +40,7 @@ public class ModFileEditor
return num;
}
public void RevertFiles(Mod mod, ISubMod option)
public void Revert(Mod mod, ISubMod option)
{
_files.UpdatePaths(mod, option);
Changes = false;