Indentation

This commit is contained in:
Dan
2019-12-16 20:30:40 +00:00
parent 9d54180de8
commit 7ee98e9f64

View File

@@ -258,7 +258,7 @@ end
-- Used to set individual settings within RADAR.vars.settings, as all of the settings use string keys, using this -- Used to set individual settings within RADAR.vars.settings, as all of the settings use string keys, using this
-- function makes updating settings easier -- function makes updating settings easier
function RADAR:SetSettingValue( setting, value ) function RADAR:SetSettingValue( setting, value )
-- Make sure that we're not trying to do set a nil value for the setting -- Make sure that we're not trying to set a nil value for the setting
if ( value ~= nil ) then if ( value ~= nil ) then
-- Set the setting's value -- Set the setting's value
self.vars.settings[setting] = value self.vars.settings[setting] = value