mirror of
https://github.com/Lawin0129/LawinServer.git
synced 2026-01-13 02:42:22 +01:00
Modify Jam Tracks to work on v28.00-v30.00
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user