1
0
鏡像自 https://github.com/minetest-mods/technic.git 已同步 2025-09-18 13:40:35 +02:00

Remove remaining frames.addVect

此提交包含在:
Novatux
2013-10-17 18:33:21 +02:00
父節點 a73d568e58
當前提交 66e4b5ede4

查看文件

@@ -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