File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Right_Indicator_Key=Right
2020Right_Indicator_Button =ScriptPadRight
2121
2222Hazard_Lights_Key =Down
23- Hazard_Lights_Button =ScriptRB
23+ Hazard_Lights_Button =ScriptPadUp
2424
2525[Mod Settings]
2626Modifier_Button =ScriptLB
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ public Main()
3939 beamToggleButton = config . GetValue < GTA . Control > ( "Headlights" , "Beam_Toggle_Button" , GTA . Control . ScriptRLeft ) ;
4040 leftIndicatorButton = config . GetValue < GTA . Control > ( "Indicators" , "Left_Indicator_Button" , GTA . Control . ScriptPadLeft ) ;
4141 rightIndicatorButton = config . GetValue < GTA . Control > ( "Indicators" , "Right_Indicator_Button" , GTA . Control . ScriptPadRight ) ;
42- hazardsButton = config . GetValue < GTA . Control > ( "Indicators" , "Hazard_Lights_Button" , GTA . Control . ScriptRB ) ;
42+ hazardsButton = config . GetValue < GTA . Control > ( "Indicators" , "Hazard_Lights_Button" , GTA . Control . ScriptPadUp ) ;
4343 modifierButton = config . GetValue < GTA . Control > ( "Mod Settings" , "Modifier_Button" , GTA . Control . ScriptLB ) ;
4444 interiorLightToggleButton = config . GetValue < GTA . Control > ( "Interior" , "Interior_Light_Toggle_Button" , GTA . Control . ScriptRUp ) ;
4545 #endregion
You can’t perform that action at this time.
0 commit comments