From 58f2e4e27c0d153dd7a2a86184c8a11c8da25334 Mon Sep 17 00:00:00 2001 From: Redacted Date: Mon, 24 Mar 2025 10:35:15 +0000 Subject: [PATCH] Changed logger text --- Questionable/Controller/Steps/Shared/AetheryteShortcut.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Questionable/Controller/Steps/Shared/AetheryteShortcut.cs b/Questionable/Controller/Steps/Shared/AetheryteShortcut.cs index da0717c0..943265e4 100644 --- a/Questionable/Controller/Steps/Shared/AetheryteShortcut.cs +++ b/Questionable/Controller/Steps/Shared/AetheryteShortcut.cs @@ -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; } } -- 2.20.1