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();