Some stuff.

This commit is contained in:
Ottermandias 2023-04-07 00:29:19 +02:00
parent f85fc46fb7
commit 0ed1a81c29
2 changed files with 9 additions and 0 deletions

View file

@ -33,6 +33,7 @@ public class ActiveCollections : ISavable, IDisposable
Individuals = new IndividualCollections(actors.AwaitedService);
_communicator.CollectionChange.Subscribe(OnCollectionChange);
LoadCollections();
UpdateCurrentCollectionInUse();
}
public void Dispose()