summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNovatux <nathanael.courant@laposte.net>2013-10-17 18:33:21 +0200
committerNovatux <nathanael.courant@laposte.net>2013-10-17 18:33:21 +0200
commit66e4b5ede4867ad9c70231efcd018715a3bda4d9 (patch)
treea496372e4c044a5a1e53f6d3134900f71815a345
parenta73d568e58a91bc5d920527dc5e308d51dbb1bb9 (diff)
Remove remaining frames.addVect
-rw-r--r--technic/machines/other/frames.lua2
1 files changed, 1 insertions, 1 deletions
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