1
0
mirror of https://github.com/minetest-mods/maptools.git synced 2025-06-03 06:40:20 +02:00

Put mod load print at bottom

This commit is contained in:
Calinou 2013-07-11 21:53:34 +02:00
parent 3e12ce50b2
commit 0a4bf294b8

@ -10,8 +10,6 @@ end
dofile(minetest.get_modpath("maptools").."/aliases.lua")
print(S("[maptools] loaded."))
--[[
****
Map Tools
@ -470,3 +468,5 @@ minetest.register_on_punchnode(function(pos, node, puncher)
minetest.env:remove_node(pos)
end
end)
print(S("[maptools] loaded."))