mirror of
https://github.com/Lawin0129/LawinServer.git
synced 2026-01-13 10:52:23 +01:00
Season 20 lobby background fix
This commit is contained in:
@@ -231,6 +231,10 @@ function getContentPages(req) {
|
|||||||
contentpages.subgameinfo.battleroyale.image = "https://cdn.discordapp.com/attachments/927739901540188200/930880421514846268/19br-wf-subgame-select-512x1024-16d8bb0f218f.jpg";
|
contentpages.subgameinfo.battleroyale.image = "https://cdn.discordapp.com/attachments/927739901540188200/930880421514846268/19br-wf-subgame-select-512x1024-16d8bb0f218f.jpg";
|
||||||
contentpages.specialoffervideo.bSpecialOfferEnabled = "true";
|
contentpages.specialoffervideo.bSpecialOfferEnabled = "true";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (memory.season == 20) {
|
||||||
|
contentpages.dynamicbackgrounds.backgrounds.backgrounds[0].backgroundimage = "https://cdn2.unrealengine.com/t-bp20-lobby-2048x1024-d89eb522746c.png";
|
||||||
|
}
|
||||||
} catch (err) {}
|
} catch (err) {}
|
||||||
|
|
||||||
return contentpages;
|
return contentpages;
|
||||||
|
|||||||
@@ -52,11 +52,7 @@ express.get("/fortnite/api/game/v2/friendcodes/*/epic", async (req, res) => {
|
|||||||
express.get("/launcher/api/public/distributionpoints/", async (req, res) => {
|
express.get("/launcher/api/public/distributionpoints/", async (req, res) => {
|
||||||
res.json({
|
res.json({
|
||||||
"distributions": [
|
"distributions": [
|
||||||
"https://download.epicgames.com/",
|
"https://lawinserver.ol.epicgames.com/"
|
||||||
"https://download2.epicgames.com/",
|
|
||||||
"https://download3.epicgames.com/",
|
|
||||||
"https://download4.epicgames.com/",
|
|
||||||
"https://epicgames-download1.akamaized.net/"
|
|
||||||
]
|
]
|
||||||
});
|
});
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user