Fix typo.

This commit is contained in:
orbea 2020-04-15 07:56:01 -07:00 committed by texmex
parent 7d08d859b1
commit c3e00a68ba
1 changed files with 1 additions and 1 deletions

View File

@ -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