From af2f02552f1999b9b491fc44386be5c1ea8a8882 Mon Sep 17 00:00:00 2001 From: SmallJoker Date: Sat, 20 May 2017 16:46:12 +0200 Subject: [CSM] Correct the log destination of print() (#5784) --- src/script/lua_api/l_client.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/script/lua_api/l_client.h') diff --git a/src/script/lua_api/l_client.h b/src/script/lua_api/l_client.h index a36d7e51c..2267a4c9d 100644 --- a/src/script/lua_api/l_client.h +++ b/src/script/lua_api/l_client.h @@ -29,6 +29,9 @@ private: // get_current_modname() static int l_get_current_modname(lua_State *L); + // print(text) + static int l_print(lua_State *L); + // display_chat_message(message) static int l_display_chat_message(lua_State *L); -- cgit v1.2.3