From f4fd653e45ea5170dcf968ef9a38d9f5980dfdd0 Mon Sep 17 00:00:00 2001 From: Chris Miles Date: Sat, 28 Jun 2025 14:50:52 -0500 Subject: [PATCH] Update world_content_service.cpp --- common/content/world_content_service.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/content/world_content_service.cpp b/common/content/world_content_service.cpp index f1945f735..fea3491b0 100644 --- a/common/content/world_content_service.cpp +++ b/common/content/world_content_service.cpp @@ -577,7 +577,7 @@ void WorldContentService::SeedDefaultRulesets() }; // Load all existing rule_sets once - std::unordered_set existing_ruleset_ids; + std::unordered_set existing_ruleset_ids; for (const auto& r : RuleSetsRepository::All(*m_database)) { existing_ruleset_ids.insert(r.ruleset_id); }