Turned all boot messages into clean minetest.log() calls
- Turned all the 'print' calls at server's boot to 'minetest.log' in order to render it more clearly
This commit is contained in:
parent
d5ec2d381c
commit
ec37e50c25
@ -98,7 +98,7 @@ if nether.info then
|
||||
else
|
||||
info = "[nether] "..msg
|
||||
end
|
||||
print(info)
|
||||
minetest.log("action", info)
|
||||
if self.inform_all then
|
||||
minetest.chat_send_all(info)
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user