mirror of
https://github.com/sp-tarkov/modules.git
synced 2025-02-12 20:50:44 -05:00
Disabled SmokeGrenadeFuseSoundFixPatch patch
This commit is contained in:
parent
cec8028645
commit
6e1a7be58c
@ -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();
|
||||
@ -30,9 +29,10 @@ namespace SPT.SinglePlayer
|
||||
// new ScavRepAdjustmentPatch().Enable();
|
||||
// new ScavSellAllPriceStorePatch().Enable();
|
||||
// new ScavSellAllRequestPatch().Enable();
|
||||
|
||||
|
||||
|
||||
// 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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user