update csproj PathToSpt

This commit is contained in:
Tyfon
2024-07-16 12:21:00 -07:00
parent af14298473
commit 263c156231
2 changed files with 3 additions and 2 deletions

View File

@@ -65,6 +65,7 @@ public class Plugin : BaseUnityPlugin
MoveSortingTablePatches.Enable(); MoveSortingTablePatches.Enable();
FilterOutOfStockPatches.Enable(); FilterOutOfStockPatches.Enable();
SortPatches.Enable(); SortPatches.Enable();
FilterLockedOffersPatches.Enable();
} }
public static bool InRaid() public static bool InRaid()

View File

@@ -15,8 +15,8 @@
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>
<PathToSPT Condition="'$(Configuration)'=='Debug'">..\..\..\..\SPT\3.9.0-debug</PathToSPT> <PathToSPT Condition="'$(Configuration)'=='Debug'">..\..\..\..\SPT\3.9.2-debug</PathToSPT>
<PathToSPT Condition="'$(Configuration)'=='Release'">..\..\..\..\SPT\3.9.0</PathToSPT> <PathToSPT Condition="'$(Configuration)'=='Release'">..\..\..\..\SPT\3.9.2</PathToSPT>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>