mirror of
https://github.com/thepeacockproject/Peacock
synced 2025-02-16 16:34:28 +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 =
|
userdata.Extensions.gamepersistentdata =
|
||||||
exts.data.Extensions.gamepersistentdata || {}
|
exts.data.Extensions.gamepersistentdata || {}
|
||||||
|
|
||||||
|
userdata.Extensions.gamepersistentdata.HitsFilterType ??= {
|
||||||
|
MyHistory: "all",
|
||||||
|
MyContracts: "all",
|
||||||
|
MyPlaylist: "all",
|
||||||
|
}
|
||||||
|
|
||||||
const sublocations = getSublocations(req.query.gv)
|
const sublocations = getSublocations(req.query.gv)
|
||||||
userdata.Extensions.defaultloadout ??= {}
|
userdata.Extensions.defaultloadout ??= {}
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@peacockproject/monorepo",
|
"name": "@peacockproject/monorepo",
|
||||||
"version": "7.2.1",
|
"version": "7.2.2",
|
||||||
"private": true,
|
"private": true,
|
||||||
"license": "AGPL-3.0",
|
"license": "AGPL-3.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
Loading…
Reference in New Issue
Block a user