From 34d0ec50671c5bc46c2e113a932b66c2dee1e593 Mon Sep 17 00:00:00 2001 From: Slayer55555 Date: Tue, 7 Oct 2025 04:06:36 -0700 Subject: [PATCH] Update src/services/worldStateService.ts --- 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 708306d3..4aa6ac5c 100644 --- a/src/services/worldStateService.ts +++ b/src/services/worldStateService.ts @@ -1566,7 +1566,7 @@ export const getWorldState = (buildLabel?: string): IWorldState => { fullyStockBaro(vt); } if (config.worldState?.voidCorruption) { - worldState.Alerts.push(...voidCorruptionAlerts.map(alert => structuredClone(alert))); + worldState.Alerts.push(...voidCorruptionAlerts); } const isFebruary = date.getUTCMonth() == 1; if (config.worldState?.starDaysOverride ?? isFebruary) {