diff --git a/project/SPT.Custom/Patches/AllowAirdropsInPvEPatch.cs b/project/SPT.Custom/Patches/AllowAirdropsInPvEPatch.cs index 514fae2..bd35bce 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(GClass2452.Int32_0)).GetGetMethod(); + return typeof(GClass2452).GetProperty(nameof(GClass2452.Int32_0)).GetGetMethod(); } [PatchPrefix]