mirror of
https://github.com/sp-tarkov/modules.git
synced 2025-02-13 01:30:45 -05:00
Disabled IsEnemyPatch
as it may no longer be needed
This commit is contained in:
parent
c2f66c6660
commit
393d172c55
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user