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:
parent
3e12ce50b2
commit
0a4bf294b8
4
init.lua
4
init.lua
@ -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."))
|
||||
|
Loading…
x
Reference in New Issue
Block a user