Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
orbea authored and tacotexmex committed Apr 15, 2020
1 parent 7d08d85 commit c3e00a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ local function sprint_step(player, dtime)
if dir then
key_press = ctrl.aux1 and ctrl.up and not ctrl.left and not ctrl.right
else
key_press = ctrl.aux1 and (ctrl.up or ctrl.left or ctrl.right or crtl.down)
key_press = ctrl.aux1 and (ctrl.up or ctrl.left or ctrl.right or ctrl.down)
end

if not key_press then
Expand Down

0 comments on commit c3e00a6

Please sign in to comment.