0
0
mirror of https://github.com/sp-tarkov/modules.git synced 2025-02-13 05: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

@ -21,12 +21,8 @@ namespace SPT.Custom
new EasyAssetsPatch().Enable(); new EasyAssetsPatch().Enable();
new EasyBundlePatch().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 // Still need
new DisableNonHalloweenExitsDuringEventPatch().Enable();
new SendFleaListingTaxAmountToServerPatch().Enable(); new SendFleaListingTaxAmountToServerPatch().Enable();
new AddTraitorScavsPatch().Enable(); new AddTraitorScavsPatch().Enable();
new CustomAiPatch().Enable(); new CustomAiPatch().Enable();