0
0
mirror of https://github.com/sp-tarkov/modules.git synced 2025-02-12 20:30:43 -05:00

Fixed mapping

This commit is contained in:
Dev 2024-10-31 20:36:29 +00:00
parent d788abbaa9
commit 39cbda1cc9
2 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ namespace SPT.SinglePlayer.Patches.ScavMode
} }
// If Victim is a PMC and has killed a Scav or Marksman. // If Victim is a PMC and has killed a Scav or Marksman.
if (killedPlayerSettings.Role == WildSpawnType.pmcBEAR || killedPlayerSettings.Role == WildSpawnType.pmcUSEC) if (killedPlayerSettings.Role is WildSpawnType.pmcBEAR or WildSpawnType.pmcUSEC)
{ {
if (HasBotKilledScav(killedBot)) if (HasBotKilledScav(killedBot))
{ {

Binary file not shown.