From: Redacted Date: Mon, 24 Mar 2025 10:35:15 +0000 (+0000) Subject: Changed logger text X-Git-Tag: v5.0~12^2 X-Git-Url: https://git.jacobcasper.com/?a=commitdiff_plain;h=58f2e4e27c0d153dd7a2a86184c8a11c8da25334;p=Questionable.git Changed logger text --- 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; } }