From: Novatux Date: Thu, 17 Oct 2013 16:33:21 +0000 (+0200) Subject: Remove remaining frames.addVect X-Git-Url: http://81.2.79.47:8989/gitweb/?a=commitdiff_plain;h=66e4b5ede4867ad9c70231efcd018715a3bda4d9;p=zefram%2Fminetest%2Ftechnic.git Remove remaining frames.addVect --- diff --git a/technic/machines/other/frames.lua b/technic/machines/other/frames.lua index 148e3f8..df117db 100644 --- a/technic/machines/other/frames.lua +++ b/technic/machines/other/frames.lua @@ -61,7 +61,7 @@ end 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