Put mod load print at bottom

master
Calinou 2013-07-11 21:53:34 +02:00
parent 3e12ce50b2
commit 0a4bf294b8
1 changed files with 2 additions and 2 deletions

View File

@ -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."))