Update worldStateService.ts
All checks were successful
Build / build (pull_request) Successful in 1m25s

This commit is contained in:
AMelonInsideLemon 2025-08-20 14:15:02 +02:00
parent 288b91944c
commit faadad7928

View File

@ -2636,9 +2636,7 @@ export const getWorldState = (buildLabel?: string): IWorldState => {
const count = config.worldState?.thermiaFracturesProgressOverride ?? 0;
const activation = config.worldState?.thermiaFracturesOverride ? 1740416400000 : getSortieTime(activeStartDay);
const expiry = config.worldState?.thermiaFracturesOverride
? 2000000000000
: activation + 14 * unixTimesInMs.day;
const expiry = config.worldState?.thermiaFracturesOverride ? 2000000000000 : getSortieTime(activeStartDay + 14);
worldState.Goals.push({
_id: { $oid: "5c7cb0d00000000000000000" },