mirror of
https://github.com/Lawin0129/LawinServer.git
synced 2026-01-13 10:52:23 +01:00
Set the Rufus lobby background for Season 27
This commit is contained in:
@@ -282,15 +282,17 @@ function getContentPages(req) {
|
||||
contentpages.specialoffervideo.bSpecialOfferEnabled = "true";
|
||||
}
|
||||
} else if (memory.season == 24) {
|
||||
backgrounds[0].backgroundimage = "https://cdn2.unrealengine.com/t-ch4s2-bp-lobby-4096x2048-edde08d15f7e.jpg"
|
||||
backgrounds[0].backgroundimage = "https://cdn2.unrealengine.com/t-ch4s2-bp-lobby-4096x2048-edde08d15f7e.jpg";
|
||||
} else if (memory.season == 25) {
|
||||
backgrounds[0].backgroundimage = "https://cdn2.unrealengine.com/s25-lobby-4k-4096x2048-4a832928e11f.jpg";
|
||||
backgrounds[1].backgroundimage = "https://cdn2.unrealengine.com/fn-shop-ch4s3-04-1920x1080-785ce1d90213.png";
|
||||
if (memory.build == 25.11) {
|
||||
backgrounds[0].backgroundimage = "https://cdn2.unrealengine.com/t-s25-14dos-lobby-4096x2048-2be24969eee3.jpg";
|
||||
}
|
||||
} else if (memory.season == 27) {
|
||||
backgrounds[0].stage = "rufus";
|
||||
} else {
|
||||
backgrounds[0].stage = "defaultnotris"
|
||||
backgrounds[0].stage = "defaultnotris";
|
||||
backgrounds[0].backgroundimage = "https://fortnite-public-service-prod11.ol.epicgames.com/images/lightlobbybg.png";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user