Moved non-epic cdn images to localhost

This will fix various game freeze issues.
This commit is contained in:
PRO100KatYT
2022-07-20 11:23:07 +02:00
parent d21eea021e
commit 7ce5e9035f
12 changed files with 19 additions and 19 deletions

View File

@@ -211,8 +211,8 @@ function getContentPages(req) {
try {
if (memory.build < 5.30) {
news.forEach(mode => {
contentpages[mode].news.messages[0].image = "https://cdn.discordapp.com/attachments/927739901540188200/930879507496308736/discord.png";
contentpages[mode].news.messages[1].image = "https://cdn.discordapp.com/attachments/927739901540188200/930879519882088508/lawin.png";
contentpages[mode].news.messages[0].image = "https://fortnite-public-service-prod11.ol.epicgames.com/images/discord-s.png";
contentpages[mode].news.messages[1].image = "https://fortnite-public-service-prod11.ol.epicgames.com/images/lawin-s.png";
})
}
} catch (err) {}