Skip to content

Commit

Permalink
fix an error message
Browse files Browse the repository at this point in the history
  • Loading branch information
HybridDog committed Feb 14, 2015
1 parent bb8456b commit b468e24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions worldedit_infinity/depends.txt
@@ -0,0 +1 @@
worldedit?
4 changes: 2 additions & 2 deletions worldedit_infinity/init.lua
@@ -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)
Expand Down Expand Up @@ -100,4 +100,4 @@ worldedit.raytrace = function(pos, dir, callback)
intersectz = intersectz + componentz
end
end
end
end

0 comments on commit b468e24

Please sign in to comment.