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

Disabled SmokeGrenadeFuseSoundFixPatch patch

This commit is contained in:
Dev 2024-08-01 17:22:47 +01:00
parent cec8028645
commit 6e1a7be58c

View File

@ -20,7 +20,6 @@ namespace SPT.SinglePlayer
{
// TODO: check if these patches are needed
new TinnitusFixPatch().Enable();
new SmokeGrenadeFuseSoundFixPatch().Enable();
new EmptyInfilFixPatch().Enable();
new MaxBotPatch().Enable();
new PostRaidHealingPricePatch().Enable();
@ -33,6 +32,7 @@ namespace SPT.SinglePlayer
// Still need
//new SmokeGrenadeFuseSoundFixPatch().Enable(); TODO: refactor as it causes exceptions to be thrown when grenade is tossed by player
new ScavExperienceGainPatch().Enable();
new DisablePMCExtractsForScavsPatch().Enable();
new ScavExfilPatch().Enable();