summaryrefslogtreecommitdiff
path: root/src/SMAPI.Web/Views/LogParser/Index.cshtml
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-12-01 20:24:22 -0500
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-12-01 20:24:22 -0500
commit368b25b5411683192f4398616abed61441457799 (patch)
tree6e2819b221d9519f2f35ed463ad0c54a14eea058 /src/SMAPI.Web/Views/LogParser/Index.cshtml
parentb95d2a3f935dde0118205f94b32f05f115afdf71 (diff)
parenta2944eed5c635ecf9afaefe9cf377f049a40731f (diff)
downloadSMAPI-368b25b5411683192f4398616abed61441457799.tar.gz
SMAPI-368b25b5411683192f4398616abed61441457799.tar.bz2
SMAPI-368b25b5411683192f4398616abed61441457799.zip
Merge branch 'develop' into stable
Diffstat (limited to 'src/SMAPI.Web/Views/LogParser/Index.cshtml')
-rw-r--r--src/SMAPI.Web/Views/LogParser/Index.cshtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMAPI.Web/Views/LogParser/Index.cshtml b/src/SMAPI.Web/Views/LogParser/Index.cshtml
index c1251c21..b989417e 100644
--- a/src/SMAPI.Web/Views/LogParser/Index.cshtml
+++ b/src/SMAPI.Web/Views/LogParser/Index.cshtml
@@ -248,7 +248,7 @@ else if (log?.IsValid == true)
{
<h2>Suggested fixes</h2>
<ul id="fix-list">
- @if (errorHandler is null)
+ @if (errorHandler is null && log.ApiVersionParsed?.IsNewerThan("3.8.4") is true)
{
<li class="important">You don't have the <strong>Error Handler</strong> mod installed. This automatically prevents many game or mod errors. You can <a href="https://stardewvalleywiki.com/Modding:Player_Guide#Install_SMAPI">reinstall SMAPI</a> to re-add it.</li>
}