diff --git a/NewHorizons/Main.cs b/NewHorizons/Main.cs index bdaf697b..5833db13 100644 --- a/NewHorizons/Main.cs +++ b/NewHorizons/Main.cs @@ -306,6 +306,9 @@ namespace NewHorizons AtmosphereBuilder.Init(); BrambleNodeBuilder.Init(BodyDict[CurrentStarSystem].Select(x => x.Config).Where(x => x.Bramble?.dimension != null).ToArray()); + // 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()) @@ -319,8 +322,6 @@ namespace NewHorizons SystemCreationHandler.LoadSystem(SystemDict[CurrentStarSystem]); } - LoadTranslations(ModHelper.Manifest.ModFolderPath + "Assets/", this); - StarChartHandler.Init(SystemDict.Values.ToArray()); if (isSolarSystem)