1
0
espelhamento de https://github.com/sys4-fr/server-nalc.git sincronizado 2025-12-31 05:15:21 +01: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
Esse commit está contido em:
LeMagnesium
2015-05-24 10:50:22 +02:00
commit 6b9b127804
31 arquivos alterados com 41 adições e 41 exclusões

Ver Arquivo

@@ -7,7 +7,7 @@ if riesenpilz.info then
else
info = "[riesenpilz] "..msg
end
print(info)
minetest.log("action", info)
if riesenpilz.inform_all then
minetest.chat_send_all(info)
end