From c2f66c666056088ad1dd539be659c99d4040613f Mon Sep 17 00:00:00 2001 From: Dev Date: Thu, 22 Aug 2024 09:24:56 +0100 Subject: [PATCH] Updated `IsEnemy` patch note --- 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 44c8380..f818e75 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(); // Might be able to refactor + 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();