mirror of
https://github.com/sp-tarkov/server.git
synced 2025-02-13 09:50:43 -05:00
fix assort.json syntax inconsistencies (!296)
Two lines changed - removed two sets of quotation marks for int-typed variables Reviewed-on: SPT-AKI/Server#296 Co-authored-by: haze <haze@noreply.dev.sp-tarkov.com> Co-committed-by: haze <haze@noreply.dev.sp-tarkov.com>
This commit is contained in:
parent
c71aaa7fb3
commit
688e2b77cd
@ -2630,7 +2630,7 @@
|
||||
"slotId": "hideout",
|
||||
"upd": {
|
||||
"StackObjectsCount": 11956,
|
||||
"BuyRestrictionMax": "8",
|
||||
"BuyRestrictionMax": 8,
|
||||
"BuyRestrictionCurrent": 0
|
||||
}
|
||||
},
|
||||
@ -4567,7 +4567,7 @@
|
||||
"slotId": "hideout",
|
||||
"upd": {
|
||||
"StackObjectsCount": 5962,
|
||||
"BuyRestrictionMax": "4",
|
||||
"BuyRestrictionMax": 4,
|
||||
"BuyRestrictionCurrent": 0
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user