chore: changed the access level of some functions
This commit is contained in:
@@ -5,6 +5,7 @@ using EFT.HealthSystem;
|
||||
using EFT.UI;
|
||||
using LootValueEX.Extensions;
|
||||
using SPT.Reflection.Patching;
|
||||
// ReSharper disable InconsistentNaming
|
||||
|
||||
namespace LootValueEX.Patches.Screens
|
||||
{
|
||||
|
||||
@@ -16,7 +16,7 @@ namespace LootValueEX.Patches
|
||||
private static void GenerateSupplyData(ref TraderClass __instance)
|
||||
{
|
||||
Plugin.Log.LogDebug($"Generating Assortment Data for trader {__instance.Id}");
|
||||
__instance.RefreshAssortment(true, false);
|
||||
__instance.RefreshAssortment(true, true);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user