From c3e00a68ba22152fcbbf560c7ea6043fd7bc4677 Mon Sep 17 00:00:00 2001 From: orbea Date: Wed, 15 Apr 2020 07:56:01 -0700 Subject: [PATCH] Fix typo. --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 4644aea..7c17bad 100644 --- a/init.lua +++ b/init.lua @@ -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