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

commented out some patches for testing

This commit is contained in:
CWX 2024-07-12 14:49:39 +01:00
parent cef94b5c40
commit f8fc319007

View File

@ -27,15 +27,15 @@ namespace SPT.Custom
new BotCallForHelpWrongTargetLocationPatch().Enable(); new BotCallForHelpWrongTargetLocationPatch().Enable();
new BotOwnerDisposePatch().Enable(); new BotOwnerDisposePatch().Enable();
new BotsGroupLetBossesShootPmcsPatch().Enable(); new BotsGroupLetBossesShootPmcsPatch().Enable();
new AllScavsHostileHostileToPlayerScavPatch().Enable();
new CustomAiPatch().Enable(); new CustomAiPatch().Enable();
new AddTraitorScavsPatch().Enable(); new AddTraitorScavsPatch().Enable();
new PmcTakesAgesToHealLimbsPatch().Enable(); new PmcTakesAgesToHealLimbsPatch().Enable();
//new SetLocationIdOnRaidStartPatch().Enable();
new SendFleaListingTaxAmountToServerPatch().Enable(); new SendFleaListingTaxAmountToServerPatch().Enable();
new CopyPmcQuestsToPlayerScavPatch().Enable();
new MergeScavPmcQuestsOnInventoryLoadPatch().Enable();
new DisableNonHalloweenExitsDuringEventPatch().Enable(); new DisableNonHalloweenExitsDuringEventPatch().Enable();
// new SetLocationIdOnRaidStartPatch().Enable();
// new AllScavsHostileHostileToPlayerScavPatch().Enable();
// new CopyPmcQuestsToPlayerScavPatch().Enable();
// new MergeScavPmcQuestsOnInventoryLoadPatch().Enable();
// Needed but needs editing // Needed but needs editing
new IsEnemyPatch().Enable(); new IsEnemyPatch().Enable();