update to 33.0.12

This commit is contained in:
Ordis 2023-05-25 09:51:58 +02:00
parent e416367abc
commit 28dfa520aa
3 changed files with 1510 additions and 1065 deletions

View File

@ -1,5 +1,5 @@
{
"autoCreateAccount": true,
"buildLabel": "2023.05.12.11.43/Er1Pres+jT2iCmIPRTdcDg",
"buildLabel": "2023.05.23.12.37/kM-ONnYx6PjFfVyxn0zuvw",
"matchmakingBuildId": "4920386201513015989"
}

View File

@ -15,7 +15,7 @@ cacheRouter.get("/B.Cache.Windows_en.bin*", (_req, res) => {
cacheRouter.get(/^\/origin\/([a-zA-Z0-9]+)\/H\.Cache\.bin.*$/, (_req, res) => {
// console.log("asd", path.join(__dirname, "../data"));
// console.log("asd", __dirname);
res.sendFile("static/data/H.Cache_33.0.10.bin", { root: "./" });
res.sendFile("static/data/H.Cache_33.0.12.bin", { root: "./" });
});
export { cacheRouter };

File diff suppressed because it is too large Load Diff