mirror of
https://github.com/sp-tarkov/server.git
synced 2025-02-13 02:10:44 -05:00
Fixed incorrect types inside playerscav.json
This commit is contained in:
parent
c194459a14
commit
f1b1dd46eb
@ -43,38 +43,38 @@
|
||||
"0": 2,
|
||||
"1": 1
|
||||
},
|
||||
"whitelist": []
|
||||
"whitelist": {}
|
||||
},
|
||||
"drugs": {
|
||||
"weights": {
|
||||
"0": 2,
|
||||
"1": 1
|
||||
},
|
||||
"whitelist": []
|
||||
"whitelist": {}
|
||||
},
|
||||
"stims": {
|
||||
"weights": {
|
||||
"0": 1
|
||||
},
|
||||
"whitelist": []
|
||||
"whitelist": {}
|
||||
},
|
||||
"looseLoot": {
|
||||
"weights": {
|
||||
"0": 1
|
||||
},
|
||||
"whitelist": []
|
||||
"whitelist": {}
|
||||
},
|
||||
"magazines": {
|
||||
"weights": {
|
||||
"1": 1
|
||||
},
|
||||
"whitelist": []
|
||||
"whitelist": {}
|
||||
},
|
||||
"grenades": {
|
||||
"weights": {
|
||||
"0": 1
|
||||
},
|
||||
"whitelist": []
|
||||
"whitelist": {}
|
||||
}
|
||||
},
|
||||
"labsAccessCardChancePercent": 0,
|
||||
|
Loading…
x
Reference in New Issue
Block a user