- Update for 3.9.0
This commit is contained in:
@@ -4,8 +4,8 @@ using DrakiaXYZ.LootRadius.Patches;
|
||||
|
||||
namespace DrakiaXYZ.LootRadius
|
||||
{
|
||||
[BepInPlugin("xyz.drakia.lootradius", "DrakiaXYZ-LootRadius", "1.0.1")]
|
||||
[BepInDependency("com.spt-aki.core", "3.8.0")]
|
||||
[BepInPlugin("xyz.drakia.lootradius", "DrakiaXYZ-LootRadius", "1.1.0")]
|
||||
[BepInDependency("com.SPT.core", "3.9.0")]
|
||||
public class LootRadiusPlugin : BaseUnityPlugin
|
||||
{
|
||||
public static StashClass RadiusStash;
|
||||
|
@@ -1,4 +1,4 @@
|
||||
using Aki.Reflection.Patching;
|
||||
using SPT.Reflection.Patching;
|
||||
using EFT.InventoryLogic;
|
||||
using EFT;
|
||||
using System;
|
||||
|
@@ -1,4 +1,4 @@
|
||||
using Aki.Reflection.Patching;
|
||||
using SPT.Reflection.Patching;
|
||||
using EFT.UI;
|
||||
using EFT;
|
||||
using System;
|
||||
|
@@ -1,4 +1,4 @@
|
||||
using Aki.Reflection.Patching;
|
||||
using SPT.Reflection.Patching;
|
||||
using EFT.Interactive;
|
||||
using EFT.UI;
|
||||
using EFT;
|
||||
@@ -85,7 +85,7 @@ namespace DrakiaXYZ.LootRadius.Patches
|
||||
AddAllowedItems(grid, nearbyItemColliders, false);
|
||||
|
||||
// Show the stash in the inventory panel
|
||||
____simpleStashPanel.Configure(_stash, inventoryController, sourceContext.CreateChild(_stash));
|
||||
____simpleStashPanel.Configure(_stash, inventoryController, sourceContext.CreateChild(_stash), true);
|
||||
_stashViewField.SetValue(__instance, ____simpleStashPanel);
|
||||
____simpleStashPanel.Show(inventoryController, currentTab);
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
using Aki.Reflection.Patching;
|
||||
using SPT.Reflection.Patching;
|
||||
using EFT.InventoryLogic;
|
||||
using EFT.UI.DragAndDrop;
|
||||
using HarmonyLib;
|
||||
|
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
|
||||
// You can specify all the values or you can default the Build and Revision Numbers
|
||||
// by using the '*' as shown below:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("1.0.1.0")]
|
||||
[assembly: AssemblyFileVersion("1.0.1.0")]
|
||||
[assembly: AssemblyVersion("1.1.0.0")]
|
||||
[assembly: AssemblyFileVersion("1.1.0.0")]
|
||||
|
@@ -34,14 +34,11 @@
|
||||
<Reference Include="0Harmony">
|
||||
<HintPath>..\..\BepInEx\core\0Harmony.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Aki.Build">
|
||||
<HintPath>..\..\EscapeFromTarkov_Data\Managed\Aki.Build.dll</HintPath>
|
||||
<Reference Include="spt-common">
|
||||
<HintPath>..\..\BepInEx\plugins\spt\spt-common.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Aki.Common">
|
||||
<HintPath>..\..\EscapeFromTarkov_Data\Managed\Aki.Common.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Aki.Reflection">
|
||||
<HintPath>..\..\EscapeFromTarkov_Data\Managed\Aki.Reflection.dll</HintPath>
|
||||
<Reference Include="spt-reflection">
|
||||
<HintPath>..\..\BepInEx\plugins\spt\spt-reflection.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Assembly-CSharp">
|
||||
<HintPath>..\..\EscapeFromTarkov_Data\Managed\Assembly-CSharp.dll</HintPath>
|
||||
|
Reference in New Issue
Block a user