Skip to content

Commit

Permalink
Fix exception while loading dynasty houses from CK3 (#1982) #patch
Browse files Browse the repository at this point in the history
Sentry event ID: ace81263d6e2427582c49a054e630d4c
  • Loading branch information
IhateTrains authored Jun 8, 2024
1 parent 59e68d0 commit 4956f4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ImperatorToCK3/CK3/Dynasties/HouseCollection.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

namespace ImperatorToCK3.CK3.Dynasties;

public class HouseCollection : IdObjectCollection<string, House> {
public class HouseCollection : ConcurrentIdObjectCollection<string, House> {
public void LoadCK3Houses(ModFilesystem ck3ModFS) {
Logger.Info("Loading dynasty houses from CK3...");

Expand Down

0 comments on commit 4956f4b

Please sign in to comment.