forked from liza/Questionable
Fix log spam
This commit is contained in:
parent
2327426ae5
commit
1356818abe
@ -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;
|
||||
|
@ -1,7 +1,7 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net8.0-windows</TargetFramework>
|
||||
<Version>0.9</Version>
|
||||
<Version>0.10</Version>
|
||||
<LangVersion>12</LangVersion>
|
||||
<Nullable>enable</Nullable>
|
||||
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
|
||||
|
Loading…
Reference in New Issue
Block a user