From e92504ff5b153e21b66fb598b9271f38afa63397 Mon Sep 17 00:00:00 2001 From: Dev Date: Fri, 13 Sep 2024 18:14:13 +0100 Subject: [PATCH] Removed patch, appears to be redundant --- project/SPT.SinglePlayer/SPTSingleplayerPlugin.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/SPT.SinglePlayer/SPTSingleplayerPlugin.cs b/project/SPT.SinglePlayer/SPTSingleplayerPlugin.cs index a30ea7a..5a39310 100644 --- a/project/SPT.SinglePlayer/SPTSingleplayerPlugin.cs +++ b/project/SPT.SinglePlayer/SPTSingleplayerPlugin.cs @@ -56,7 +56,7 @@ namespace SPT.SinglePlayer new ScavFoundInRaidPatch().Enable(); new GetProfileAtEndOfRaidPatch().Enable(); new FixSavageInventoryScreenPatch().Enable(); - new InsuranceScreenPatch().Enable(); + //new InsuranceScreenPatch().Enable(); new RemoveStashUpgradeLabelPatch().Enable(); new RemoveClothingItemExternalObtainLabelPatch().Enable(); }