Modify Jam Tracks to work on v28.00-v30.00

This commit is contained in:
PRO100KatYT
2024-07-19 18:20:10 +02:00
parent 2d6fe9aa3c
commit fe2a4b26c6
20 changed files with 1958 additions and 61 deletions

View File

@@ -163,7 +163,7 @@ function getTheater(req) {
var date = new Date();
var hour = date.getHours();
// Set the 24-hour StW mission refresh date for version season 9 and above
// Set the 24-hour StW mission refresh date for season 9 and above
if (memory.season >= 9) {
date.setHours(23, 59, 59, 999);
} else {