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

fix allowairdrops patch

This commit is contained in:
CWX 2024-12-26 22:19:26 +00:00
parent cee6a2f9a2
commit f2a4b3fb97

View File

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