mirror of
https://github.com/Uberi/Minetest-WorldEdit.git
synced 2024-12-04 21:33:43 +01:00
fix an error message
This commit is contained in:
parent
bb8456b711
commit
b468e24a20
1
worldedit_infinity/depends.txt
Normal file
1
worldedit_infinity/depends.txt
Normal file
@ -0,0 +1 @@
|
||||
worldedit?
|
@ -1,4 +1,4 @@
|
||||
worldedit = worldedit or {}
|
||||
worldedit = rawget(_G, "worldedit") or {}
|
||||
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…
Reference in New Issue
Block a user