1
0
mirror of https://github.com/minetest-mods/mesecons.git synced 2025-05-20 01:00:23 +02:00

Fixed typo and path.

This commit is contained in:
Megaf 2014-11-22 23:39:11 +00:00
parent fa0752af83
commit de38464e5d

@ -64,7 +64,7 @@ minetest.register_craft({
}
})
dofile(minetest.get_modpath("mesecons_mese_fence").."/legacy.lua");
minetest.register_alias('mese_fence', 'mesecons_mese_fence:mese_fence')
print('[mesecons_mese_fence] loaded.')
dofile(minetest.get_modpath("mesecons_extrawires").."/legacy.lua");