mirror of
https://github.com/Lawin0129/LawinServer.git
synced 2026-01-13 02:42:22 +01:00
Added the v23.10 Winterfest lobby background
This commit is contained in:
@@ -44,7 +44,7 @@
|
|||||||
|
|
||||||
### Battle Royale:
|
### Battle Royale:
|
||||||
- CloudStorage and ClientSettings (Settings saving)
|
- CloudStorage and ClientSettings (Settings saving)
|
||||||
- Winterfest presents opening (11.31 & 19.01)
|
- Winterfest presents opening (11.31, 19.01 & 23.10)
|
||||||
- Purchasing Item Shop items
|
- Purchasing Item Shop items
|
||||||
- Refunding cosmetics in the refund tab
|
- Refunding cosmetics in the refund tab
|
||||||
- Favoriting items
|
- Favoriting items
|
||||||
|
|||||||
@@ -275,6 +275,10 @@ function getContentPages(req) {
|
|||||||
|
|
||||||
if (memory.season == 23) {
|
if (memory.season == 23) {
|
||||||
contentpages.dynamicbackgrounds.backgrounds.backgrounds[0].backgroundimage = "https://cdn2.unrealengine.com/t-bp23-lobby-2048x1024-2048x1024-26f2c1b27f63.png"
|
contentpages.dynamicbackgrounds.backgrounds.backgrounds[0].backgroundimage = "https://cdn2.unrealengine.com/t-bp23-lobby-2048x1024-2048x1024-26f2c1b27f63.png"
|
||||||
|
if (memory.build == 23.10) {
|
||||||
|
contentpages.dynamicbackgrounds.backgrounds.backgrounds[0].backgroundimage = "https://cdn2.unrealengine.com/t-bp23-winterfest-lobby-square-2048x2048-2048x2048-277a476e5ca6.png"
|
||||||
|
contentpages.specialoffervideo.bSpecialOfferEnabled = "true";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
} catch (err) {}
|
} catch (err) {}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user