mirror of
https://github.com/Lawin0129/LawinServer.git
synced 2026-01-13 02:42:22 +01:00
Fixed the Theater mission level
not displaying correctly on v15.30+
This commit is contained in:
1
index.js
1
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) {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user