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:
parent
772944daf6
commit
af2f02552f
2 changed files with 13 additions and 0 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue