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();