diff --git a/Questionable/Controller/QuestController.cs b/Questionable/Controller/QuestController.cs index a47aee57..4cb5be17 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 dc5c89b7..2b09bd09 100644 --- a/Questionable/Questionable.csproj +++ b/Questionable/Questionable.csproj @@ -1,7 +1,7 @@  net8.0-windows - 0.9 + 0.10 12 enable true