diff --git a/project/SPT.Custom/SPTCustomPlugin.cs b/project/SPT.Custom/SPTCustomPlugin.cs index cdbe860..0d6887f 100644 --- a/project/SPT.Custom/SPTCustomPlugin.cs +++ b/project/SPT.Custom/SPTCustomPlugin.cs @@ -43,7 +43,7 @@ namespace SPT.Custom new FixBossesHavingNoFollowersOnMediumAiAmount().Enable(); new FixAirdropCrashPatch().Enable(); new FixAirdropFlareDisposePatch().Enable(); - //new AllowAirdropsInPvEPatch().Enable(); + new AllowAirdropsInPvEPatch().Enable(); new MemoryCollectionPatch().Enable(); HookObject.AddOrGetComponent();