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

Merge pull request #65 from LeMagnesium/minetest_log_at_boot

Use minetest.log() for start up and shutdown messages
This commit is contained in:
Ombridride
2015-05-25 22:26:07 +02:00
31 changed files with 47 additions and 47 deletions

View File

@ -170,4 +170,4 @@ dofile(homedecor.modpath.."/handlers/locked.lua")
dofile(homedecor.modpath.."/crafts.lua")
print("[HomeDecor] "..S("Loaded!"))
minetest.log("action", "[HomeDecor] "..S("Loaded!"))