mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-03 03:50:40 +00:00
[Code] WorldContentServer Global to Singleton Cleanup (#4939)
This commit is contained in:
+2
-2
@@ -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()
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user