mirror of
https://github.com/thepeacockproject/Peacock
synced 2024-11-22 22:12:45 +01:00
Merge branch 'refs/heads/master' into v7
This commit is contained in:
commit
d684ecc081
@ -467,6 +467,12 @@ webFeaturesRouter.post(
|
||||
userdata.Extensions.gamepersistentdata =
|
||||
exts.data.Extensions.gamepersistentdata || {}
|
||||
|
||||
userdata.Extensions.gamepersistentdata.HitsFilterType ??= {
|
||||
MyHistory: "all",
|
||||
MyContracts: "all",
|
||||
MyPlaylist: "all",
|
||||
}
|
||||
|
||||
const sublocations = getSublocations(req.query.gv)
|
||||
userdata.Extensions.defaultloadout ??= {}
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@peacockproject/monorepo",
|
||||
"version": "7.2.1",
|
||||
"version": "7.2.2",
|
||||
"private": true,
|
||||
"license": "AGPL-3.0",
|
||||
"scripts": {
|
||||
|
Loading…
Reference in New Issue
Block a user