From 6e1a7be58ca65075d9888da70bd5704b06ba4855 Mon Sep 17 00:00:00 2001 From: Dev Date: Thu, 1 Aug 2024 17:22:47 +0100 Subject: [PATCH] Disabled SmokeGrenadeFuseSoundFixPatch patch --- project/SPT.SinglePlayer/SPTSingleplayerPlugin.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/SPT.SinglePlayer/SPTSingleplayerPlugin.cs b/project/SPT.SinglePlayer/SPTSingleplayerPlugin.cs index 812e497..d43a2e6 100644 --- a/project/SPT.SinglePlayer/SPTSingleplayerPlugin.cs +++ b/project/SPT.SinglePlayer/SPTSingleplayerPlugin.cs @@ -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();