[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 @@ class ModApiClient : public ModApiBase
// 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);