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

First pass at new dll

This commit is contained in:
Chomp 2024-12-26 17:31:40 +00:00
parent f7c3b7917e
commit 4c8aded14e
2 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ namespace SPT.Custom.Patches
{
protected override MethodBase GetTargetMethod()
{
return typeof(GClass2404).GetProperty(nameof(GClass2404.Int32_0)).GetGetMethod();
return typeof(GClass2404).GetProperty(nameof(GClass2452.Int32_0)).GetGetMethod();
}
[PatchPrefix]

Binary file not shown.