1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-16 18:01:40 +00:00

[CSM] Correct the log destination of print() (#5784)

This commit is contained in:
SmallJoker 2017-05-20 16:46:12 +02:00 committed by Loïc Blot
parent 772944daf6
commit af2f02552f
2 changed files with 13 additions and 0 deletions

View file

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