Changed logger text
authorRedacted <redacted@no-reply.carvel.li>
Mon, 24 Mar 2025 10:35:15 +0000 (10:35 +0000)
committerRedacted <redacted@no-reply.carvel.li>
Mon, 24 Mar 2025 10:35:15 +0000 (10:35 +0000)
Questionable/Controller/Steps/Shared/AetheryteShortcut.cs

index da0717c..943265e 100644 (file)
@@ -156,7 +156,7 @@ internal static class AetheryteShortcut
                         if (notNearPosition.MaximumDistance <=
                             Vector3.Distance(notNearPosition.Position, clientState.LocalPlayer!.Position))
                         {
-                            logger.LogInformation("Skipping step, as we're not near the position");
+                            logger.LogInformation("Skipping aetheryte shortcut, as we're not near the position");
                             return true;
                         }
                     }