From f153e75f039f2d1c6f5b4055224b8749307d4b54 Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Sun, 13 Feb 2022 14:34:22 -0800 Subject: [PATCH] Fix default layer in debug mode. --- resources/ui/map/map.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/ui/map/map.js b/resources/ui/map/map.js index 4498c631..fa9447d9 100644 --- a/resources/ui/map/map.js +++ b/resources/ui/map/map.js @@ -237,7 +237,7 @@ const unculledZones = L.layerGroup(); const noWaypointZones = L.layerGroup(); const ipZones = L.layerGroup(); const joinZones = L.layerGroup(); -const holdZones = L.layerGroup().addTo(map); +const holdZones = L.layerGroup(); const debugControlGroups = { "Blue Threat Zones": {