Fixed typo and path.

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

View File

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