mirror of
https://github.com/Lawin0129/LawinServer.git
synced 2026-01-13 10:52:23 +01:00
Added S23 lobby background
This commit is contained in:
@@ -272,6 +272,10 @@ function getContentPages(req) {
|
||||
if (memory.season == 22) {
|
||||
contentpages.dynamicbackgrounds.backgrounds.backgrounds[0].backgroundimage = "https://cdn2.unrealengine.com/t-bp22-lobby-square-2048x2048-2048x2048-e4e90c6e8018.jpg"
|
||||
}
|
||||
|
||||
if (memory.season == 23) {
|
||||
contentpages.dynamicbackgrounds.backgrounds.backgrounds[0].backgroundimage = "https://cdn2.unrealengine.com/t-bp23-lobby-2048x1024-2048x1024-26f2c1b27f63.png"
|
||||
}
|
||||
} catch (err) {}
|
||||
|
||||
return contentpages;
|
||||
|
||||
Reference in New Issue
Block a user