From c48fd48f1e39ebd6a6ef793916284d64ce2d2abc Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 7 Feb 2020 14:05:04 +0100 Subject: console: fix typo in previous commit Now keypad enter actually works. --- player/lua/console.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/player/lua/console.lua b/player/lua/console.lua index 3a263d6e45..581967e175 100644 --- a/player/lua/console.lua +++ b/player/lua/console.lua @@ -653,7 +653,7 @@ end local bindings = { { 'esc', function() set_active(false) end }, { 'enter', handle_enter }, - { 'kp_enter', hanmdle_enter }, + { 'kp_enter', handle_enter }, { 'shift+enter', function() handle_char_input('\n') end }, { 'bs', handle_backspace }, { 'shift+bs', handle_backspace }, -- cgit v1.2.3