Novatux
2013-10-17 66e4b5ede4867ad9c70231efcd018715a3bda4d9
Remove remaining frames.addVect
1 files modified
2 ■■■ changed files
technic/machines/other/frames.lua 2 ●●● patch | view | raw | blame | history
technic/machines/other/frames.lua
@@ -61,7 +61,7 @@
local function move_nodes_vect(poslist,vect,must_not_move,owner)
    if minetest.is_protected then
        for _,pos in ipairs(poslist) do
            local npos=frames.addVect(pos,vect)
            local npos=vector.add(pos,vect)
            if minetest.is_protected(pos, owner) or minetest.is_protected(npos, owner) then
                return
            end