0
0
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:
Dev 2023-12-27 18:38:46 +00:00
parent 4da61ffb64
commit 655ef5bb7b

View File

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