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) {