Fix commented out code

master v5.5
Liza 2024-05-11 14:08:28 +02:00
parent 3e750c3d15
commit 2e52ac8784
Signed by: liza
GPG Key ID: 7199F8D727D55F67
2 changed files with 3 additions and 3 deletions

View File

@ -208,7 +208,7 @@ internal sealed class CeruleumTankWindow : ShopWindow
}
_chatGui.Print($"Starting purchase of {FormatStackCount(quantity)} ceruleum tanks.");
//StartAutoPurchase(quantity);
//HandleNextPurchaseStep();
StartAutoPurchase(quantity);
HandleNextPurchaseStep();
}
}

View File

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0-windows</TargetFramework>
<Version>5.4</Version>
<Version>5.5</Version>
<LangVersion>11.0</LangVersion>
<Nullable>enable</Nullable>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>