From 1356818abebe781bae502357fb33892f93be2674 Mon Sep 17 00:00:00 2001 From: Liza Carvelli Date: Tue, 11 Jun 2024 23:15:25 +0200 Subject: [PATCH] Fix log spam --- Questionable/Controller/QuestController.cs | 2 +- Questionable/Questionable.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Questionable/Controller/QuestController.cs b/Questionable/Controller/QuestController.cs index a47aee57e..4cb5be171 100644 --- a/Questionable/Controller/QuestController.cs +++ b/Questionable/Controller/QuestController.cs @@ -268,7 +268,7 @@ internal sealed class QuestController if (CurrentQuest?.Step is >= 0 and < 255) ExecuteNextStep(true); } - else + else if (_automatic) { _logger.LogInformation("Stopping automatic questing"); _automatic = false; diff --git a/Questionable/Questionable.csproj b/Questionable/Questionable.csproj index dc5c89b7f..2b09bd09b 100644 --- a/Questionable/Questionable.csproj +++ b/Questionable/Questionable.csproj @@ -1,7 +1,7 @@  net8.0-windows - 0.9 + 0.10 12 enable true