The arena works!

This commit is contained in:
NPXcoot 2016-11-03 23:08:27 +01:00
parent ea44457dc5
commit b6193efe67

View File

@ -811,7 +811,7 @@ if posplace then
minetest.chat_send_all("3") minetest.chat_send_all("3")
end, posplace) end, posplace)
end end
--[[
posarena = {x=777, y=-30096, z=-777} posarena = {x=777, y=-30096, z=-777}
if posarena then if posarena then
--minetest.get_voxel_manip():read_from_map(posplace, posplace) --minetest.get_voxel_manip():read_from_map(posplace, posplace)
@ -854,4 +854,3 @@ minetest.register_abm({
minetest.place_schematic({x=posarena.x, y=-30096, z=posarena.z-90}, minetest.get_modpath("nssb").."/schems/arena511.mts", "0", {}, true) minetest.place_schematic({x=posarena.x, y=-30096, z=posarena.z-90}, minetest.get_modpath("nssb").."/schems/arena511.mts", "0", {}, true)
end end
}) })
]]