Make migration and immediate file saving somewhat more stable, actually dispose Framework.

This commit is contained in:
Ottermandias 2022-10-20 14:25:28 +02:00
parent ccfc05f2b2
commit cb4f9f8131
3 changed files with 27 additions and 15 deletions

View file

@ -139,7 +139,7 @@ public partial class Mod
foreach( var (group, index) in _groups.WithIndex() )
{
IModGroup.SaveDelayed( group, ModPath, index );
IModGroup.Save( group, ModPath, index );
}
}
}