From 828b77588f65cddb3dd75898db5f809d03264d84 Mon Sep 17 00:00:00 2001 From: Sainan <63328889+Sainan@users.noreply.github.com> Date: Wed, 18 Jun 2025 02:48:17 +0200 Subject: [PATCH] silly thing --- src/services/worldStateService.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/services/worldStateService.ts b/src/services/worldStateService.ts index 233265b9..5f2df857 100644 --- a/src/services/worldStateService.ts +++ b/src/services/worldStateService.ts @@ -1331,7 +1331,7 @@ export const getWorldState = (buildLabel?: string): IWorldState => { fbst: { a: cheeseIndex * cheeseInterval, // This has a bug where the client shows a negative time for "Xtra cheese starts in ..." until it refreshes the world state. This is because we're only providing the new activation as soon as that time/date is reached. However, this is 100% faithful to live. e: cheeseIndex * cheeseInterval + cheeseDuration, - n: (cheeseIndex + 1) * hourInSeconds * 8 + n: (cheeseIndex + 1) * cheeseInterval }, sfn: [550, 553, 554, 555][halfHour % 4] };