1
0
의 미러 https://github.com/sys4-fr/server-nalc.git synced 2025-12-29 20:35:23 +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
This commit is contained in:
LeMagnesium
2015-05-24 10:50:22 +02:00
부모 3f10102866
커밋 6b9b127804
31개의 변경된 파일41개의 추가작업 그리고 41개의 파일을 삭제

파일 보기

@@ -9,4 +9,4 @@ dofile(minetest.get_modpath("cavestuff").."/mapgen.lua")
-----------------------------------------------------------------------------------------------
print("[Mod] "..title.." ["..version.."] ["..mname.."] Loaded...")
minetest.log("action", "[Mod] "..title.." ["..version.."] ["..mname.."] Loaded...")