Merge pull request #65 from LeMagnesium/minetest_log_at_boot

Use minetest.log() for start up and shutdown messages
master
Ombridride 2015-05-25 22:26:07 +02:00
commit 06977f3631
1 changed files with 1 additions and 1 deletions

View File

@ -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