From fe5a8e40b1bcc4576bd62531df35ebf901716043 Mon Sep 17 00:00:00 2001 From: AMelonInsideLemon <166175391+AMelonInsideLemon@users.noreply.github.com> Date: Mon, 7 Apr 2025 10:45:42 +0200 Subject: [PATCH] Update worldStateController.ts --- src/controllers/dynamic/worldStateController.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/dynamic/worldStateController.ts b/src/controllers/dynamic/worldStateController.ts index 2be65e3a..3cf397ba 100644 --- a/src/controllers/dynamic/worldStateController.ts +++ b/src/controllers/dynamic/worldStateController.ts @@ -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); }