Update worldStateController.ts
All checks were successful
Build / build (18) (pull_request) Successful in 40s
Build / build (20) (pull_request) Successful in 1m9s
Build / build (22) (pull_request) Successful in 39s

This commit is contained in:
AMelonInsideLemon 2025-04-07 10:45:42 +02:00
parent 2c27cd1b56
commit fe5a8e40b1

View File

@ -177,7 +177,7 @@ export const worldStateController: RequestHandler = (req, res) => {
} else {
// Late in the day, generate sortie for `day`, expiring at `getSortieTime(day + 1)`.
genDay = day;
dayStart = getSortieTime(genDay);
dayStart = sortieRolloverToday;
dayEnd = getSortieTime(day + 1);
}