0
0
mirror of https://github.com/sp-tarkov/server.git synced 2025-02-13 09:50:43 -05:00
This commit is contained in:
Dev 2023-12-28 12:00:29 +00:00
commit 2f3b2590d6

View File

@ -316,7 +316,7 @@ export class InraidController
*/ */
protected profileHasConditionCounters(profile: IPmcData): boolean protected profileHasConditionCounters(profile: IPmcData): boolean
{ {
if (!profile.ConditionCounters.Counters) if (!profile.ConditionCounters?.Counters)
{ {
return false; return false;
} }