Fixed the Theater mission level

not displaying correctly on v15.30+
This commit is contained in:
PRO100KatYT
2022-02-01 11:21:09 +01:00
parent b8ecf0caf8
commit 29cde8993c

View File

@@ -6418,6 +6418,7 @@ function getTheater(req) {
try { try {
if (seasondata.season >= 16 || seasondata.build == 15.30 || seasondata.build == 15.40 || seasondata.build == 15.50) { if (seasondata.season >= 16 || seasondata.build == 15.30 || seasondata.build == 15.40 || seasondata.build == 15.50) {
theater = theater.replace(/\/Game\//ig, "\/SaveTheWorld\/"); theater = theater.replace(/\/Game\//ig, "\/SaveTheWorld\/");
theater = theater.replace(/\"DataTable\'\/SaveTheWorld\//ig, "\"DataTable\'\/Game\/");
} }
} catch (err) {} } catch (err) {}