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