mirror of
https://github.com/sp-tarkov/server.git
synced 2025-02-13 09:50:43 -05:00
Attempt to fix key is null error on customs load sometimes
This commit is contained in:
parent
0c6ac2a123
commit
45c6d4dfe7
@ -136,7 +136,7 @@
|
||||
"ForceSpawn": false,
|
||||
"IgnoreMaxBots": false,
|
||||
"RandomTimeSpawn": false,
|
||||
"Supports": null,
|
||||
"Supports": [],
|
||||
"Time": -1,
|
||||
"TriggerId": "",
|
||||
"TriggerName": ""
|
||||
@ -154,7 +154,7 @@
|
||||
"ForceSpawn": false,
|
||||
"IgnoreMaxBots": false,
|
||||
"RandomTimeSpawn": false,
|
||||
"Supports": null,
|
||||
"Supports": [],
|
||||
"Time": -1,
|
||||
"TriggerId": "",
|
||||
"TriggerName": ""
|
||||
@ -170,7 +170,7 @@
|
||||
"BossZone": "ZoneFactoryCenter,ZoneScavBase",
|
||||
"Delay": 0,
|
||||
"RandomTimeSpawn": false,
|
||||
"Supports": null,
|
||||
"Supports": [],
|
||||
"Time": -1,
|
||||
"TriggerId": "",
|
||||
"TriggerName": ""
|
||||
|
Loading…
x
Reference in New Issue
Block a user