From 29cde8993c8baa19a38a223839e301fc94b155e1 Mon Sep 17 00:00:00 2001 From: PRO100KatYT Date: Tue, 1 Feb 2022 11:21:09 +0100 Subject: [PATCH] Fixed the Theater mission level not displaying correctly on v15.30+ --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 707a508..fa2a300 100644 --- a/index.js +++ b/index.js @@ -6418,6 +6418,7 @@ function getTheater(req) { try { 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(/\"DataTable\'\/SaveTheWorld\//ig, "\"DataTable\'\/Game\/"); } } catch (err) {}