From 36e582e596b99d2d7998a688fcbfc98abbfef177 Mon Sep 17 00:00:00 2001 From: Dan Date: Sat, 30 Nov 2019 15:05:15 +0000 Subject: [PATCH] Added var for when the menu is active --- cl_radar.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/cl_radar.lua b/cl_radar.lua index 8d6e692..c19c119 100644 --- a/cl_radar.lua +++ b/cl_radar.lua @@ -48,6 +48,7 @@ RADAR.vars = -- These are the settings that are used in the operator menu settings = { + menuActive = false, fastDisplay = true, oppSensitivity = 5, sameSensitivity = 5,