- Update for 3.9.0

This commit is contained in:
DrakiaXYZ
2024-07-06 11:14:27 -07:00
parent 71ef6f4fc6
commit 2fc478aeac
7 changed files with 13 additions and 16 deletions

View File

@@ -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);