mirror of
https://github.com/sp-tarkov/modules.git
synced 2025-02-13 09:50:43 -05:00
Fix colliding sptUsecValue/sptBearValue values
This commit is contained in:
parent
4da61ffb64
commit
655ef5bb7b
@ -7,8 +7,8 @@ namespace Aki.PrePatch
|
|||||||
{
|
{
|
||||||
public static IEnumerable<string> TargetDLLs { get; } = new[] { "Assembly-CSharp.dll" };
|
public static IEnumerable<string> TargetDLLs { get; } = new[] { "Assembly-CSharp.dll" };
|
||||||
|
|
||||||
public static int sptUsecValue = 41;
|
public static int sptUsecValue = 47;
|
||||||
public static int sptBearValue = 42;
|
public static int sptBearValue = 48;
|
||||||
|
|
||||||
public static void Patch(ref AssemblyDefinition assembly)
|
public static void Patch(ref AssemblyDefinition assembly)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user