We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b334e2d commit fa00adcCopy full SHA for fa00adc
ImperatorToCK3/CK3/Characters/Character.cs
@@ -829,5 +829,5 @@ CK3LocDB ck3LocDB
829
private readonly CharacterCollection characters;
830
private readonly ConcurrentHashSet<Character> spousesCache = [];
831
private readonly ConcurrentHashSet<Character> concubinesCache = [];
832
- private readonly HashSet<Character> childrenCache = new();
+ private readonly ConcurrentHashSet<Character> childrenCache = [];
833
}
0 commit comments