mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-02-16 04:47:47 +01:00
Make migration and immediate file saving somewhat more stable, actually dispose Framework.
This commit is contained in:
parent
ccfc05f2b2
commit
cb4f9f8131
3 changed files with 27 additions and 15 deletions
|
|
@ -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 );
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue