mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-30 04:13:43 +01:00
Uncouple the currently manipulated collection from the default collection.
This commit is contained in:
parent
2ff98f2338
commit
7a34bdabba
5 changed files with 72 additions and 8 deletions
|
|
@ -21,6 +21,7 @@ namespace Penumbra
|
|||
|
||||
config.ModDirectory = config.CurrentCollection;
|
||||
config.CurrentCollection = "Default";
|
||||
config.DefaultCollection = "Default";
|
||||
config.Version = 1;
|
||||
ResettleCollectionJson( config );
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue