Change key to newhorizons

This commit is contained in:
Noah Pilarski 2023-01-22 14:52:38 -05:00
parent a98b2dd2f2
commit 5b48346655

View File

@ -63,7 +63,7 @@ namespace NewHorizons.OtherMods.OWRichPresence
var localizedName = ShipLogStarChartMode.UniqueIDToName(name);
var message = TranslationHandler.GetTranslation("RICH_PRESENCE_EXPLORING", TranslationHandler.TextType.UI).Replace("{0}", localizedName);
API.SetCurrentRootPresence(message, "sun");
API.SetCurrentRootPresence(message, "newhorizons");
}
public static void OnChangeStarSystem(string destination)