From 0865cb772b467584d9b5201665192e7e809ce936 Mon Sep 17 00:00:00 2001 From: CWX Date: Fri, 5 Jul 2024 17:47:14 +0100 Subject: [PATCH] Temp Disable Airdrop patches --- project/SPT.Custom/SPTCustomPlugin.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/SPT.Custom/SPTCustomPlugin.cs b/project/SPT.Custom/SPTCustomPlugin.cs index 68ab334..bd67f33 100644 --- a/project/SPT.Custom/SPTCustomPlugin.cs +++ b/project/SPT.Custom/SPTCustomPlugin.cs @@ -45,8 +45,8 @@ namespace SPT.Custom new CheckAndAddEnemyPatch().Enable(); new BotSelfEnemyPatch().Enable(); // needed new AddEnemyToAllGroupsInBotZonePatch().Enable(); - new AirdropPatch().Enable(); - new AirdropFlarePatch().Enable(); + //new AirdropPatch().Enable(); + //new AirdropFlarePatch().Enable(); //new AddSptBotSettingsPatch().Enable(); new CustomAiPatch().Enable(); new AddTraitorScavsPatch().Enable();