mirror of
https://github.com/minetest-mods/maptools.git
synced 2024-12-25 00:40:20 +01:00
Put mod load print at bottom
This commit is contained in:
parent
3e12ce50b2
commit
0a4bf294b8
4
init.lua
4
init.lua
@ -10,8 +10,6 @@ end
|
|||||||
|
|
||||||
dofile(minetest.get_modpath("maptools").."/aliases.lua")
|
dofile(minetest.get_modpath("maptools").."/aliases.lua")
|
||||||
|
|
||||||
print(S("[maptools] loaded."))
|
|
||||||
|
|
||||||
--[[
|
--[[
|
||||||
****
|
****
|
||||||
Map Tools
|
Map Tools
|
||||||
@ -470,3 +468,5 @@ minetest.register_on_punchnode(function(pos, node, puncher)
|
|||||||
minetest.env:remove_node(pos)
|
minetest.env:remove_node(pos)
|
||||||
end
|
end
|
||||||
end)
|
end)
|
||||||
|
|
||||||
|
print(S("[maptools] loaded."))
|
||||||
|
Loading…
Reference in New Issue
Block a user