mirror of
https://github.com/thepeacockproject/Peacock
synced 2025-02-23 03:35:25 +01:00
Bump server version
This commit is contained in:
parent
488a0c22db
commit
fa5827e995
@ -337,7 +337,7 @@ app.use(
|
||||
break
|
||||
case "fghi4567xQOCheZIin0pazB47qGUvZw4":
|
||||
case STEAM_NAMESPACE_2021:
|
||||
req.serverVersion = "8-10"
|
||||
req.serverVersion = "8-11"
|
||||
break
|
||||
default:
|
||||
res.status(400).json({ message: "no game data" })
|
||||
@ -447,7 +447,7 @@ app.use(
|
||||
}
|
||||
|
||||
if (
|
||||
["6-74", "7-3", "7-17", "8-10"].includes(
|
||||
["6-74", "7-3", "7-17", "8-11"].includes(
|
||||
<string>req.serverVersion,
|
||||
)
|
||||
) {
|
||||
|
@ -33,7 +33,7 @@ import { SyncBailHook, SyncHook } from "../hooksImpl"
|
||||
const menuSystemPreRouter = Router()
|
||||
const menuSystemRouter = Router()
|
||||
|
||||
// /resources-8-10/
|
||||
// /resources-8-11/
|
||||
|
||||
/**
|
||||
* A class for managing the menu system's fetched JSON data.
|
||||
|
@ -2,7 +2,7 @@
|
||||
"Versions": [
|
||||
{
|
||||
"Name": "pc-prod",
|
||||
"GAME_VER": "8.10.0",
|
||||
"GAME_VER": "8.11.0",
|
||||
"SERVER_VER": {
|
||||
"Metrics": {
|
||||
"MetricsServerHost": "http://localhost",
|
||||
|
Loading…
x
Reference in New Issue
Block a user