0
0
mirror of https://github.com/sp-tarkov/modules.git synced 2025-02-13 01:50:45 -05:00

Disabled 2 redundant patches

This commit is contained in:
Dev 2024-08-01 20:58:54 +01:00
parent 8e29dec47a
commit 73e8ef2cee

View File

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