mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-15 18:57:08 +00:00
Replace print()s with minetest.log() in builtin
This commit is contained in:
parent
a92fc3563c
commit
367b5382a3
3 changed files with 6 additions and 6 deletions
|
@ -178,7 +178,7 @@ function minetest.deserialize(sdata)
|
|||
if okay then
|
||||
return results
|
||||
end
|
||||
print('error:'.. results)
|
||||
minetest.log('error', 'minetest.deserialize(): '.. results)
|
||||
return nil
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue