Fix of all warning when you launch new world
This commit is contained in:
parent
21f6253587
commit
c6c2607e23
5 changed files with 12 additions and 11 deletions
|
@ -1,4 +1,4 @@
|
|||
worldedit = worldedit or {}
|
||||
local worldedit = {}
|
||||
local minetest = minetest --local copy of global
|
||||
|
||||
local get_pointed = function(pos, nearest, distance)
|
||||
|
@ -100,4 +100,4 @@ worldedit.raytrace = function(pos, dir, callback)
|
|||
intersectz = intersectz + componentz
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue