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

Updated IsEnemy patch note

This commit is contained in:
Dev 2024-08-22 09:24:56 +01:00
parent 1154611e88
commit c2f66c6660

View File

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