0
0
mirror of https://github.com/sp-tarkov/server.git synced 2025-02-13 09:50:43 -05:00

Add missing property to airdrop config

This commit is contained in:
Dev 2024-01-20 09:30:18 +00:00
parent 05533bb166
commit b5bca2c49b

View File

@ -343,6 +343,7 @@
"max": 500 "max": 500
} }
}, },
"armorLevelWhitelist": [0],
"allowBossItems": false "allowBossItems": false
}, },
"barter": { "barter": {
@ -432,6 +433,7 @@
"max": 500 "max": 500
} }
}, },
"armorLevelWhitelist": [0],
"allowBossItems": false "allowBossItems": false
} }
} }