forked from liza/Workshoppa
Fix commented out code
This commit is contained in:
parent
3e750c3d15
commit
2e52ac8784
@ -208,7 +208,7 @@ internal sealed class CeruleumTankWindow : ShopWindow
|
||||
}
|
||||
|
||||
_chatGui.Print($"Starting purchase of {FormatStackCount(quantity)} ceruleum tanks.");
|
||||
//StartAutoPurchase(quantity);
|
||||
//HandleNextPurchaseStep();
|
||||
StartAutoPurchase(quantity);
|
||||
HandleNextPurchaseStep();
|
||||
}
|
||||
}
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user