From 9b2fd29149851a905ec1388f470a35a21a51f757 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Sat, 28 Nov 2020 23:54:58 +0100 Subject: [PATCH] text --- client/src/scripting.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/scripting.c b/client/src/scripting.c index c1f457da8..faf8e3e76 100644 --- a/client/src/scripting.c +++ b/client/src/scripting.c @@ -1350,7 +1350,7 @@ int set_pm3_libraries(lua_State *L) { {"WaitForResponseTimeout", l_WaitForResponseTimeout}, {"mfDarkside", l_mfDarkside}, {"foobar", l_foobar}, - {"kbd_enter_pressed", l_kbd_enter_pressed}, + {"kbd_enter_pressed", l_kbd_enter_pressed}, {"clearCommandBuffer", l_clearCommandBuffer}, {"console", l_CmdConsole}, {"iso15693_crc", l_iso15693_crc},