From 88a765cda0e04a3a5998448013cd2667a1a38681 Mon Sep 17 00:00:00 2001 From: Slayer55555 Date: Tue, 7 Oct 2025 04:05:41 -0700 Subject: [PATCH] Update src/types/worldStateTypes.ts --- src/types/worldStateTypes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types/worldStateTypes.ts b/src/types/worldStateTypes.ts index 723e8875..77bdc3be 100644 --- a/src/types/worldStateTypes.ts +++ b/src/types/worldStateTypes.ts @@ -7,7 +7,7 @@ export interface IWorldState { Time: number; InGameMarket: IInGameMarket; Goals: IGoal[]; - Alerts: IAlert[]; + Alerts: readonly IAlert[]; Sorties: ISortie[]; LiteSorties: ILiteSortie[]; SyndicateMissions: ISyndicateMissionInfo[];