diff --git a/NewHorizons/Main.cs b/NewHorizons/Main.cs index d9a023f5..cb64f092 100644 --- a/NewHorizons/Main.cs +++ b/NewHorizons/Main.cs @@ -308,6 +308,9 @@ namespace NewHorizons BrambleNodeBuilder.Init(BodyDict[CurrentStarSystem].Select(x => x.Config).Where(x => x.Bramble?.dimension != null).ToArray()); StarEvolutionController.Init(); + // Has to go before loading planets else the Discord Rich Presence mod won't show the right text + LoadTranslations(ModHelper.Manifest.ModFolderPath + "Assets/", this); + if (isSolarSystem) { foreach (var supernovaPlanetEffectController in GameObject.FindObjectsOfType()) @@ -321,8 +324,6 @@ namespace NewHorizons SystemCreationHandler.LoadSystem(SystemDict[CurrentStarSystem]); } - LoadTranslations(ModHelper.Manifest.ModFolderPath + "Assets/", this); - StarChartHandler.Init(SystemDict.Values.ToArray()); if (isSolarSystem)