summaryrefslogtreecommitdiff
path: root/src/SMAPI
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-12-18 22:21:31 -0500
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-12-18 22:21:31 -0500
commitbeb1acd4f823d64d125f5749b2edad06e5731407 (patch)
tree6263a399f14c482557e028a3823a48f6326f4acc /src/SMAPI
parente0abac8dfb52fb28d296d6df7483094570f68708 (diff)
downloadSMAPI-beb1acd4f823d64d125f5749b2edad06e5731407.tar.gz
SMAPI-beb1acd4f823d64d125f5749b2edad06e5731407.tar.bz2
SMAPI-beb1acd4f823d64d125f5749b2edad06e5731407.zip
update Steam error message
Diffstat (limited to 'src/SMAPI')
-rw-r--r--src/SMAPI/Framework/Logging/LogManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMAPI/Framework/Logging/LogManager.cs b/src/SMAPI/Framework/Logging/LogManager.cs
index 5a291d0a..ef89c751 100644
--- a/src/SMAPI/Framework/Logging/LogManager.cs
+++ b/src/SMAPI/Framework/Logging/LogManager.cs
@@ -49,7 +49,7 @@ namespace StardewModdingAPI.Framework.Logging
search: new Regex(@"^System\.InvalidOperationException: Steamworks is not initialized\.[\s\S]+$", RegexOptions.Compiled | RegexOptions.CultureInvariant),
replacement:
#if SMAPI_FOR_WINDOWS
- "Oops! Steam achievements won't work because Steam isn't loaded. See 'Launch SMAPI through Steam or GOG Galaxy' in the install guide for more info: https://smapi.io/install.",
+ "Oops! Steam achievements won't work because Steam isn't loaded. See 'Configure your game client' in the install guide for more info: https://smapi.io/install.",
#else
"Oops! Steam achievements won't work because Steam isn't loaded. You can launch the game through Steam to fix that.",
#endif