Fix: Remove whitelist from gen objects
This commit is contained in:
parent
74a25c5e64
commit
0e1077088b
@ -2411,13 +2411,11 @@
|
|||||||
},
|
},
|
||||||
"looseLoot": {
|
"looseLoot": {
|
||||||
"max": 23,
|
"max": 23,
|
||||||
"min": 0,
|
"min": 0
|
||||||
"whitelist": []
|
|
||||||
},
|
},
|
||||||
"magazines": {
|
"magazines": {
|
||||||
"max": 4,
|
"max": 4,
|
||||||
"min": 2,
|
"min": 2
|
||||||
"whitelist": []
|
|
||||||
},
|
},
|
||||||
"specialItems": {
|
"specialItems": {
|
||||||
"max": 0,
|
"max": 0,
|
||||||
|
@ -2432,13 +2432,11 @@
|
|||||||
},
|
},
|
||||||
"looseLoot": {
|
"looseLoot": {
|
||||||
"max": 23,
|
"max": 23,
|
||||||
"min": 0,
|
"min": 0
|
||||||
"whitelist": []
|
|
||||||
},
|
},
|
||||||
"magazines": {
|
"magazines": {
|
||||||
"max": 4,
|
"max": 4,
|
||||||
"min": 2,
|
"min": 2
|
||||||
"whitelist": []
|
|
||||||
},
|
},
|
||||||
"specialItems": {
|
"specialItems": {
|
||||||
"max": 0,
|
"max": 0,
|
||||||
|
Loading…
Reference in New Issue
Block a user