Uncouple the currently manipulated collection from the default collection.

This commit is contained in:
Ottermandias 2021-07-04 20:05:10 +02:00
parent 2ff98f2338
commit 7a34bdabba
5 changed files with 72 additions and 8 deletions

View file

@ -21,6 +21,7 @@ namespace Penumbra
config.ModDirectory = config.CurrentCollection;
config.CurrentCollection = "Default";
config.DefaultCollection = "Default";
config.Version = 1;
ResettleCollectionJson( config );
}