mirror of
https://github.com/sp-tarkov/modules.git
synced 2025-02-13 06:10:45 -05:00
Disabled DisablePMCExtractsForScavsPatch
This commit is contained in:
parent
6d03395729
commit
aa69354ab3
@ -41,6 +41,7 @@ namespace SPT.SinglePlayer.Patches.ScavMode
|
|||||||
// We are checking if player exists in list so we dont disable the wrong extract
|
// We are checking if player exists in list so we dont disable the wrong extract
|
||||||
if(!scavExfil.EligibleIds.Contains(player.ProfileId))
|
if(!scavExfil.EligibleIds.Contains(player.ProfileId))
|
||||||
{
|
{
|
||||||
|
Logger.LogError($"Disabled exfil: {exfil.name}");
|
||||||
exfil.Disable();
|
exfil.Disable();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -30,7 +30,7 @@ namespace SPT.SinglePlayer
|
|||||||
|
|
||||||
// Still need
|
// Still need
|
||||||
new ScavExperienceGainPatch().Enable();
|
new ScavExperienceGainPatch().Enable();
|
||||||
new DisablePMCExtractsForScavsPatch().Enable();
|
//new DisablePMCExtractsForScavsPatch().Enable(); // Scav spawns work without this, tested on factory
|
||||||
new ScavExfilPatch().Enable();
|
new ScavExfilPatch().Enable();
|
||||||
new ScavProfileLoadPatch().Enable();
|
new ScavProfileLoadPatch().Enable();
|
||||||
new ScavPrefabLoadPatch().Enable();
|
new ScavPrefabLoadPatch().Enable();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user