mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Redirect Lua print to minetest.debug
This commit is contained in:
parent
3da05a09b5
commit
54eca4e736
1 changed files with 10 additions and 0 deletions
|
@ -5,6 +5,16 @@
|
||||||
-- before loading and running any mods.
|
-- before loading and running any mods.
|
||||||
--
|
--
|
||||||
|
|
||||||
|
--
|
||||||
|
-- Override some Lua library functions
|
||||||
|
--
|
||||||
|
|
||||||
|
print = minetest.debug
|
||||||
|
|
||||||
|
--
|
||||||
|
--
|
||||||
|
--
|
||||||
|
|
||||||
function basic_dump2(o)
|
function basic_dump2(o)
|
||||||
if type(o) == "number" then
|
if type(o) == "number" then
|
||||||
return tostring(o)
|
return tostring(o)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue