mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-01-03 14:23:43 +01:00
Maybe sort race condition.
This commit is contained in:
parent
a38a989fe7
commit
ee50994b39
5 changed files with 11 additions and 6 deletions
|
|
@ -43,7 +43,7 @@ public class ActiveCollections : ISavable, IDisposable
|
|||
Current = storage.DefaultNamed;
|
||||
Default = storage.DefaultNamed;
|
||||
Interface = storage.DefaultNamed;
|
||||
Individuals = new IndividualCollections(actors, config);
|
||||
Individuals = new IndividualCollections(actors, config, false);
|
||||
_communicator.CollectionChange.Subscribe(OnCollectionChange, -100);
|
||||
LoadCollections();
|
||||
UpdateCurrentCollectionInUse();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue