Merge branch '3.8.0' of https://dev.sp-tarkov.com/SPT-AKI/Server into 3.8.0
This commit is contained in:
commit
2f3b2590d6
@ -316,7 +316,7 @@ export class InraidController
|
||||
*/
|
||||
protected profileHasConditionCounters(profile: IPmcData): boolean
|
||||
{
|
||||
if (!profile.ConditionCounters.Counters)
|
||||
if (!profile.ConditionCounters?.Counters)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user