diff --git a/project/SPT.Custom/Patches/AllowAirdropsInPvEPatch.cs b/project/SPT.Custom/Patches/AllowAirdropsInPvEPatch.cs index 591a7c5..514fae2 100644 --- a/project/SPT.Custom/Patches/AllowAirdropsInPvEPatch.cs +++ b/project/SPT.Custom/Patches/AllowAirdropsInPvEPatch.cs @@ -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] diff --git a/project/Shared/Hollowed/hollowed.dll b/project/Shared/Hollowed/hollowed.dll index b34b6b1..83914fe 100644 Binary files a/project/Shared/Hollowed/hollowed.dll and b/project/Shared/Hollowed/hollowed.dll differ