[Code] WorldContentServer Global to Singleton Cleanup (#4939)

This commit is contained in:
Alex King
2025-06-25 15:55:39 -04:00
committed by GitHub
parent c99bda3f47
commit c0bb32ed12
20 changed files with 156 additions and 156 deletions
+2 -2
View File
@@ -10005,8 +10005,8 @@ void Client::ShowDevToolsMenu()
Chat::White,
fmt::format(
"Current Expansion | {} ({})",
content_service.GetCurrentExpansionName(),
content_service.GetCurrentExpansion()
WorldContentService::Instance()->GetCurrentExpansionName(),
WorldContentService::Instance()->GetCurrentExpansion()
).c_str()
);