Update worldStateService.ts
All checks were successful
Build / build (pull_request) Successful in 1m25s
All checks were successful
Build / build (pull_request) Successful in 1m25s
This commit is contained in:
parent
288b91944c
commit
faadad7928
@ -2636,9 +2636,7 @@ export const getWorldState = (buildLabel?: string): IWorldState => {
|
|||||||
|
|
||||||
const count = config.worldState?.thermiaFracturesProgressOverride ?? 0;
|
const count = config.worldState?.thermiaFracturesProgressOverride ?? 0;
|
||||||
const activation = config.worldState?.thermiaFracturesOverride ? 1740416400000 : getSortieTime(activeStartDay);
|
const activation = config.worldState?.thermiaFracturesOverride ? 1740416400000 : getSortieTime(activeStartDay);
|
||||||
const expiry = config.worldState?.thermiaFracturesOverride
|
const expiry = config.worldState?.thermiaFracturesOverride ? 2000000000000 : getSortieTime(activeStartDay + 14);
|
||||||
? 2000000000000
|
|
||||||
: activation + 14 * unixTimesInMs.day;
|
|
||||||
|
|
||||||
worldState.Goals.push({
|
worldState.Goals.push({
|
||||||
_id: { $oid: "5c7cb0d00000000000000000" },
|
_id: { $oid: "5c7cb0d00000000000000000" },
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user