From 9a9740a7e867bf14c587f2ee9cabbd8024771a19 Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Sat, 16 Dec 2023 12:46:51 +0200 Subject: [PATCH] Add new maps to the planner Closes #1604 --- app/features/map-planner/components/Planner.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/features/map-planner/components/Planner.tsx b/app/features/map-planner/components/Planner.tsx index 04e5e697b..27744c9fe 100644 --- a/app/features/map-planner/components/Planner.tsx +++ b/app/features/map-planner/components/Planner.tsx @@ -303,7 +303,7 @@ function WeaponImageSelector({ ); } -const LAST_STAGE_ID_WITH_IMAGES = 19; +const LAST_STAGE_ID_WITH_IMAGES = 21; const LAST_STAGE_ID_WITH_OBJECT_IMAGE = 17; function StageBackgroundSelector({ onAddBackground,