From a1f72e7c91b089d44c2fea0bee29cda236198485 Mon Sep 17 00:00:00 2001 From: Dan Date: Fri, 13 Mar 2020 11:31:51 +0000 Subject: [PATCH] Fixed operator menu bugging out when the power was reset --- cl_radar.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cl_radar.lua b/cl_radar.lua index 942484b..86275b0 100644 --- a/cl_radar.lua +++ b/cl_radar.lua @@ -295,6 +295,9 @@ function RADAR:TogglePower() -- Power is now turned on if ( self:IsPowerOn() ) then + -- Also make sure the operator menu is inactive + self:SetMenuState( false ) + -- Tell the system the radar is 'powering up' self:SetPoweringUpState( true )