mirror of
https://github.com/sp-tarkov/modules.git
synced 2025-02-13 08:50:43 -05:00
fix allowairdrops patch
This commit is contained in:
parent
cee6a2f9a2
commit
f2a4b3fb97
@ -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]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user