1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-06-28 06:11:47 +02:00

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:
LeMagnesium
2015-05-24 10:50:22 +02:00
parent 3f10102866
commit 6b9b127804
31 changed files with 41 additions and 41 deletions

View File

@ -173,7 +173,7 @@ do
local savetable = minetest.deserialize(string)
mana.playerlist = savetable.playerlist
if mana.playerlist == nil then mana.playerlist = {} end
minetest.debug("[mana] mana.mt successfully read.")
minetest.log("action", "[mana] mana.mt successfully read.")
end
end
end