From b7168ef6583180057559a9996392df2db41bae41 Mon Sep 17 00:00:00 2001 From: Dan Date: Thu, 11 Mar 2021 16:36:41 +0000 Subject: [PATCH] refactor: use getter for IsFastDisplayEnabled() --- cl_radar.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cl_radar.lua b/cl_radar.lua index cab124e..50c452f 100644 --- a/cl_radar.lua +++ b/cl_radar.lua @@ -513,7 +513,7 @@ end -- Return the state of the fastDisplay setting, short hand direct way to check if the fast system is enabled function RADAR:IsFastDisplayEnabled() - return self.vars.settings["fastDisplay"] + return self:GetSettingValue( "fastDisplay" ) end -- Returns if either of the antennas are transmitting