silly thing
All checks were successful
Build / build (push) Successful in 46s
Build / build (pull_request) Successful in 54s

This commit is contained in:
Sainan 2025-06-18 02:48:17 +02:00
parent ff00a72240
commit 828b77588f

View File

@ -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]
};