mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
No - for image key
This commit is contained in:
parent
0b1325ab85
commit
2d03fe04a4
@ -47,7 +47,7 @@ namespace NewHorizons.OtherMods.OWRichPresence
|
||||
var localizedName = TranslationHandler.GetTranslation(name, TranslationHandler.TextType.UI);
|
||||
var message = TranslationHandler.GetTranslation("RICH_PRESENCE_EXPLORING", TranslationHandler.TextType.UI).Replace("{0}", localizedName);
|
||||
|
||||
API.CreateTrigger(go, sector, message, name.Replace(" ", "").Replace("'", "").ToLowerInvariant());
|
||||
API.CreateTrigger(go, sector, message, name.Replace(" ", "").Replace("'", "").Replace("-", "").ToLowerInvariant());
|
||||
}
|
||||
|
||||
public static void OnStarSystemLoaded(string name)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user