From 26a387d3798cc3f85b41fbd77501be3068174fa6 Mon Sep 17 00:00:00 2001 From: sh4rkman Date: Wed, 15 Jan 2025 20:48:54 +0100 Subject: [PATCH] disable enemy fob radius for now --- src/js/squadContextMenu.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/js/squadContextMenu.js b/src/js/squadContextMenu.js index 56e01ee18..4c27bc5ef 100644 --- a/src/js/squadContextMenu.js +++ b/src/js/squadContextMenu.js @@ -72,11 +72,11 @@ export default class SquadContextMenu { return; } if (icon === "deployable_fob_blue") { markerOptions.circles = true; } - if (icon === "deployable_fob") { - markerOptions.circles = true; - markerOptions.circlesOnHover = true; - markerOptions.color = "#f23534"; - } + // if (icon === "deployable_fob") { + // markerOptions.circles = true; + // markerOptions.circlesOnHover = true; + // markerOptions.color = "#f23534"; + // } if (icon === "deployable_hab_activated") { iconSize = [38, 38]; } if (icon === "T_strategic_uav") { markerOptions.circles = true;