From 73e8ef2ceed72d23952f80854b400b76da85c28e Mon Sep 17 00:00:00 2001 From: Dev Date: Thu, 1 Aug 2024 20:58:54 +0100 Subject: [PATCH] Disabled 2 redundant 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 9409cba..92aed21 100644 --- a/project/SPT.Custom/SPTCustomPlugin.cs +++ b/project/SPT.Custom/SPTCustomPlugin.cs @@ -22,9 +22,9 @@ namespace SPT.Custom new EasyBundlePatch().Enable(); // TODO: check if these patches are needed - new AddEnemyTryCallFailureFixPatch().Enable(); + //new AddEnemyTryCallFailureFixPatch().Enable(); // NOT NEEDED bsg do it now new BotCallForHelpWrongTargetLocationPatch().Enable(); - new BotOwnerDisposePatch().Enable(); + //new BotOwnerDisposePatch().Enable(); // NOT NEEDED bsg do it now new BotsGroupLetBossesShootPmcsPatch().Enable(); new CustomAiPatch().Enable(); new AddTraitorScavsPatch().Enable();