From 3977b92844be19bbd5d9feaf235e5c47391937dd Mon Sep 17 00:00:00 2001 From: xen-42 Date: Thu, 11 Jul 2024 19:20:28 -0400 Subject: [PATCH] Update SlideReelAsyncImageLoader.cs --- NewHorizons/Utility/Files/SlideReelAsyncImageLoader.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NewHorizons/Utility/Files/SlideReelAsyncImageLoader.cs b/NewHorizons/Utility/Files/SlideReelAsyncImageLoader.cs index a3e61bd8..58b9db92 100644 --- a/NewHorizons/Utility/Files/SlideReelAsyncImageLoader.cs +++ b/NewHorizons/Utility/Files/SlideReelAsyncImageLoader.cs @@ -81,7 +81,7 @@ public class SlideReelAsyncImageLoader NHLogger.LogError($"Failed to load {index}:{url} - {uwr.error}"); if (url.Contains("SlideReelCache")) { - NHLogger.LogError("Missing image in SlideReelCache: Try deleting the folder so that New Horizons can regenerate the cache."); + NHLogger.LogError("Missing image in SlideReelCache: If you are a dev, try deleting the folder so that New Horizons can regenerate the cache. If you are a player: do that and then complain to the mod dev."); } } else