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 da0717c025ef7ae1e6ac628ead208ef6287cf80b..943265e4695b5aa8c4b3f6dd192092405db40851 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;
                         }
                     }