0
0
mirror of https://github.com/sp-tarkov/modules.git synced 2025-02-13 07:10:44 -05:00

Update to 29997

This commit is contained in:
Dev 2024-05-15 10:44:37 +01:00
parent 1111e7d518
commit cc0934ade0

View File

@ -11,8 +11,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 = 51; public static int sptUsecValue = 100;
public static int sptBearValue = 52; public static int sptBearValue = 101;
private static string _sptPluginFolder = "plugins/spt"; private static string _sptPluginFolder = "plugins/spt";