Skip to content

Commit f00210c

Browse files
authored
Update BetterMouseAndGamepad.lua
small fix
1 parent fb1bdcb commit f00210c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BetterMouseAndGamepad.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ mod_functions_can = {
4040
["middle_mouse_button_down"] = true,
4141
["x1_click"] = true,
4242
["x2_click"] = true,
43-
["b_hold"] = true,
43+
["b_click_and_hold"] = true,
4444
["left_shoulder_click"] = true,
4545
["left_shoulder_click"] = true,
4646
["rightstick_hold"] = true

0 commit comments

Comments
 (0)