update csproj PathToSpt
This commit is contained in:
@@ -65,6 +65,7 @@ public class Plugin : BaseUnityPlugin
|
||||
MoveSortingTablePatches.Enable();
|
||||
FilterOutOfStockPatches.Enable();
|
||||
SortPatches.Enable();
|
||||
FilterLockedOffersPatches.Enable();
|
||||
}
|
||||
|
||||
public static bool InRaid()
|
||||
|
||||
@@ -15,8 +15,8 @@
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
<PathToSPT Condition="'$(Configuration)'=='Debug'">..\..\..\..\SPT\3.9.0-debug</PathToSPT>
|
||||
<PathToSPT Condition="'$(Configuration)'=='Release'">..\..\..\..\SPT\3.9.0</PathToSPT>
|
||||
<PathToSPT Condition="'$(Configuration)'=='Debug'">..\..\..\..\SPT\3.9.2-debug</PathToSPT>
|
||||
<PathToSPT Condition="'$(Configuration)'=='Release'">..\..\..\..\SPT\3.9.2</PathToSPT>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user