mirror of
https://github.com/sp-tarkov/modules.git
synced 2025-02-13 01:30:45 -05:00
Fixed incorrect class ref for StandingListClass
This commit is contained in:
parent
ab8c1c9e3e
commit
1cc86155ce
@ -10,7 +10,7 @@ using System.Linq;
|
||||
using System.Reflection;
|
||||
using UnityEngine;
|
||||
using static BackendConfigSettingsClass;
|
||||
using StandingListClass = GClass2149<float>;
|
||||
using StandingListClass = GClass2188<float>;
|
||||
|
||||
namespace SPT.SinglePlayer.Utils.TraderServices
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user