update
This commit is contained in:
parent
62104516cc
commit
d7b2721c70
@ -3,5 +3,5 @@
|
|||||||
"buildLabel": "2023.05.23.12.37/kM-ONnYx6PjFfVyxn0zuvw",
|
"buildLabel": "2023.05.23.12.37/kM-ONnYx6PjFfVyxn0zuvw",
|
||||||
"matchmakingBuildId": "4920386201513015989",
|
"matchmakingBuildId": "4920386201513015989",
|
||||||
"version": "33.0.12",
|
"version": "33.0.12",
|
||||||
"WorldSeed": "SBripfQVIPcz+hCzf1LUSvFpsmnJaAfTEH2x/7YAWaiCGT8vxTMtVlk+SLLalLy5gtrFxHflQET2BJOKe8r0py9xFJAwi+TEP2VsfPGcs3l75kYvcpL7X7sEiISEFCt85O99GjXdGyyFwMhtvEvL5pzEVpaQu7dw4KcLtHY30q3aTM9pI4m4Qx1gPDkmyMrCKq7pzHHtA9QsFKWOunSwpfNJ49xCIZADeD30h5nshcFMl/3yipL9K0WHoouMZMLMwfCWMgFnxAazRznwda8XRjNgyuhfAQTeaPnFuLf3YJVde3FbJ4PBWX4uysx1PJHuVqMNaAe1TsDV6f2UzQ2M/g=="
|
"worldSeed": "SBripfQVIPcz+hCzf1LUSvFpsmnJaAfTEH2x/7YAWaiCGT8vxTMtVlk+SLLalLy5gtrFxHflQET2BJOKe8r0py9xFJAwi+TEP2VsfPGcs3l75kYvcpL7X7sEiISEFCt85O99GjXdGyyFwMhtvEvL5pzEVpaQu7dw4KcLtHY30q3aTM9pI4m4Qx1gPDkmyMrCKq7pzHHtA9QsFKWOunSwpfNJ49xCIZADeD30h5nshcFMl/3yipL9K0WHoouMZMLMwfCWMgFnxAazRznwda8XRjNgyuhfAQTeaPnFuLf3YJVde3FbJ4PBWX4uysx1PJHuVqMNaAe1TsDV6f2UzQ2M/g=="
|
||||||
}
|
}
|
||||||
|
@ -3,7 +3,8 @@ import config from "@/config.json";
|
|||||||
import worldState from "@/static/fixed_responses/worldState.json";
|
import worldState from "@/static/fixed_responses/worldState.json";
|
||||||
|
|
||||||
const worldStateController: RequestHandler = (_req, res) => {
|
const worldStateController: RequestHandler = (_req, res) => {
|
||||||
worldState.WorldSeed = config.WorldSeed;
|
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
|
||||||
|
worldState.WorldSeed = config.worldSeed;
|
||||||
worldState.BuildLabel = config.buildLabel;
|
worldState.BuildLabel = config.buildLabel;
|
||||||
res.json(worldState);
|
res.json(worldState);
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user