0
0
mirror of https://github.com/sp-tarkov/modules.git synced 2025-02-13 01:50:45 -05:00

Disabled IsEnemyPatch as it may no longer be needed

This commit is contained in:
Dev 2024-08-22 20:04:29 +01:00
parent c2f66c6660
commit 393d172c55

View File

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