Merge pull request #65 from LeMagnesium/minetest_log_at_boot
Use minetest.log() for start up and shutdown messages
This commit is contained in:
commit
06977f3631
@ -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