mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-01-01 05:13:43 +01:00
Fix issue with crash handler and collections not saving on rename.
This commit is contained in:
parent
b63935e81e
commit
63b3a02e95
9 changed files with 52 additions and 59 deletions
|
|
@ -181,6 +181,7 @@ public class CollectionStorage : IReadOnlyList<ModCollection>, IDisposable
|
|||
return false;
|
||||
}
|
||||
|
||||
Delete(collection);
|
||||
_saveService.ImmediateDelete(new ModCollectionSave(_modStorage, collection));
|
||||
_collections.RemoveAt(collection.Index);
|
||||
// Update indices.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue