From 393d172c558c4eee157a25508f3f2508ef65d1da Mon Sep 17 00:00:00 2001 From: Dev Date: Thu, 22 Aug 2024 20:04:29 +0100 Subject: [PATCH] Disabled `IsEnemyPatch` as it may no longer be needed --- project/SPT.Custom/SPTCustomPlugin.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/SPT.Custom/SPTCustomPlugin.cs b/project/SPT.Custom/SPTCustomPlugin.cs index f818e75..82c1851 100644 --- a/project/SPT.Custom/SPTCustomPlugin.cs +++ b/project/SPT.Custom/SPTCustomPlugin.cs @@ -30,7 +30,7 @@ namespace SPT.Custom // Still need new SendFleaListingTaxAmountToServerPatch().Enable(); new AddTraitorScavsPatch().Enable(); - new IsEnemyPatch().Enable(); // TODO: can probably remove, this is handled by server data sent to client on raid start + //new IsEnemyPatch().Enable(); // TODO: can probably remove, this is handled by server data sent to client on raid start new CustomAiPatch().Enable(); new SaveSettingsToSptFolderPatch().Enable(); new QTEPatch().Enable();