From 49bd0db8888de7556278fb9f0920bcd6f4c2e94f Mon Sep 17 00:00:00 2001 From: Cj <161484149+CJ-SPT@users.noreply.github.com> Date: Sat, 30 Nov 2024 00:27:54 -0500 Subject: [PATCH] Re-enable airdrop patch as its still needed --- project/SPT.Custom/SPTCustomPlugin.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();