mirror of
https://github.com/Lawin0129/LawinServer.git
synced 2026-01-13 02:42:22 +01:00
Fix small news images not working for older builds
This commit is contained in:
@@ -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 => {
|
||||||
|
|||||||
Reference in New Issue
Block a user