From e2ac0f53227a68238b920df9e0e28bdc298f2739 Mon Sep 17 00:00:00 2001 From: Francesco Date: Wed, 2 Nov 2022 21:38:56 +0100 Subject: [PATCH] fix: Wiki now displays the proper names and descriptions for chemistry recipes and the rest instead of the localization keys. (#12359) --- Content.Server/Entry/EntryPoint.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Server/Entry/EntryPoint.cs b/Content.Server/Entry/EntryPoint.cs index 77fbdd0509..ae17684f99 100644 --- a/Content.Server/Entry/EntryPoint.cs +++ b/Content.Server/Entry/EntryPoint.cs @@ -75,6 +75,7 @@ namespace Content.Server.Entry factory.GenerateNetIds(); var configManager = IoCManager.Resolve(); var dest = configManager.GetCVar(CCVars.DestinationFile); + IoCManager.Resolve().Initialize(); if (string.IsNullOrEmpty(dest)) //hacky but it keeps load times for the generator down. { _euiManager = IoCManager.Resolve(); @@ -87,7 +88,6 @@ namespace Content.Server.Entry logManager.GetSawmill("Storage").Level = LogLevel.Info; logManager.GetSawmill("db.ef").Level = LogLevel.Info; - IoCManager.Resolve().Initialize(); IoCManager.Resolve().Initialize(); IoCManager.Resolve().Initialize(); IoCManager.Resolve().Init();