From 8ff241b7b9608a215a824e1aa633e903e41c3629 Mon Sep 17 00:00:00 2001 From: Dev Date: Tue, 30 Apr 2024 20:54:48 +0100 Subject: [PATCH] Add new map to Interface --- project/src/models/spt/server/ILocations.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/project/src/models/spt/server/ILocations.ts b/project/src/models/spt/server/ILocations.ts index 077f0b06..7a6035d0 100644 --- a/project/src/models/spt/server/ILocations.ts +++ b/project/src/models/spt/server/ILocations.ts @@ -21,6 +21,7 @@ export interface ILocations town?: ILocation; woods?: ILocation; sandbox?: ILocation; + sandbox_high?: ILocation; /** Holds a mapping of the linkages between locations on the UI */ base?: ILocationsBase; }