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

Moved DisableNonHalloweenExitsDuringEventPatch into needed pile

This commit is contained in:
Dev 2024-08-29 09:32:57 +01:00
parent 7b20646134
commit 6667e347f3

View File

@ -20,13 +20,9 @@ namespace SPT.Custom
// Bundle patches should always load first - DO NOT REMOVE
new EasyAssetsPatch().Enable();
new EasyBundlePatch().Enable();
// TODO: check if these patches are needed
new DisableNonHalloweenExitsDuringEventPatch().Enable();
// new AllScavsHostileHostileToPlayerScavPatch().Enable();
//new IsEnemyPatch().Enable(); // TODO: can probably remove, this is handled by server data sent to client on raid start
// Still need
new DisableNonHalloweenExitsDuringEventPatch().Enable();
new SendFleaListingTaxAmountToServerPatch().Enable();
new AddTraitorScavsPatch().Enable();
new CustomAiPatch().Enable();