Skip to content

Commit

Permalink
Update BetterMouseAndGamepad.lua
Browse files Browse the repository at this point in the history
small fix
  • Loading branch information
Kooluve authored Mar 12, 2024
1 parent fb1bdcb commit f00210c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BetterMouseAndGamepad.lua
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ mod_functions_can = {
["middle_mouse_button_down"] = true,
["x1_click"] = true,
["x2_click"] = true,
["b_hold"] = true,
["b_click_and_hold"] = true,
["left_shoulder_click"] = true,
["left_shoulder_click"] = true,
["rightstick_hold"] = true
Expand Down

0 comments on commit f00210c

Please sign in to comment.