Fix small news images not working for older builds

This commit is contained in:
PRO100KatYT
2024-11-16 07:43:41 +01:00
parent 347cef0c4f
commit 1fa33e2a78

View File

@@ -238,6 +238,7 @@ function getContentPages(req) {
chooseTranslationsInJSON(contentpages, Language) chooseTranslationsInJSON(contentpages, Language)
const news = ["savetheworldnews", "battleroyalenews"];
try { try {
if (memory.build < 5.30) { if (memory.build < 5.30) {
news.forEach(mode => { news.forEach(mode => {