mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Fix default layer in debug mode.
This commit is contained in:
parent
51961294dd
commit
f153e75f03
@ -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": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user