diff --git a/cl_radar.lua b/cl_radar.lua index 1c51439..a027e3e 100644 --- a/cl_radar.lua +++ b/cl_radar.lua @@ -511,8 +511,9 @@ if ( RADAR:IsFastLimitAllowed() ) then end -- Add the fast options to the main menu options table - table.insert( self.vars.menuOptions, fastOptions[1] ) - table.insert( self.vars.menuOptions, fastOptions[2] ) + --PR TrevorBarns: push to front of table, for ease of access. + table.insert( self.vars.menuOptions, 1, fastOptions[1] ) + table.insert( self.vars.menuOptions, 2, fastOptions[2] ) end -- Returns the numerical fast limit