diff options
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ dofile(modpath.."/redefinitions.lua") dofile(modpath.."/crafting.lua") dofile(modpath.."/aliases.lua") -if minetest.setting_getbool("log_mod") then +if minetest.setting_getbool("log_mods") then print(S("[moreblocks] loaded.")) end |