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)
|
if (CurrentQuest?.Step is >= 0 and < 255)
|
||||||
ExecuteNextStep(true);
|
ExecuteNextStep(true);
|
||||||
}
|
}
|
||||||
else
|
else if (_automatic)
|
||||||
{
|
{
|
||||||
_logger.LogInformation("Stopping automatic questing");
|
_logger.LogInformation("Stopping automatic questing");
|
||||||
_automatic = false;
|
_automatic = false;
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<Project Sdk="Microsoft.NET.Sdk">
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFramework>net8.0-windows</TargetFramework>
|
<TargetFramework>net8.0-windows</TargetFramework>
|
||||||
<Version>0.9</Version>
|
<Version>0.10</Version>
|
||||||
<LangVersion>12</LangVersion>
|
<LangVersion>12</LangVersion>
|
||||||
<Nullable>enable</Nullable>
|
<Nullable>enable</Nullable>
|
||||||
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
|
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
|
||||||
|
Loading…
Reference in New Issue
Block a user