From 8bd5db51b2cedd0f1b6f545d11b66bae0cff8a41 Mon Sep 17 00:00:00 2001 From: Anthony Zhang Date: Thu, 1 Aug 2013 23:53:38 -0400 Subject: Final changes and version number bump. --- worldedit/manipulations.lua | 2 -- 1 file changed, 2 deletions(-) (limited to 'worldedit/manipulations.lua') diff --git a/worldedit/manipulations.lua b/worldedit/manipulations.lua index 53fea6f..7f65808 100644 --- a/worldedit/manipulations.lua +++ b/worldedit/manipulations.lua @@ -1,8 +1,6 @@ worldedit = worldedit or {} local minetest = minetest --local copy of global ---wip: fix the queue - --modifies positions `pos1` and `pos2` so that each component of `pos1` is less than or equal to its corresponding conent of `pos2`, returning two new positions worldedit.sort_pos = function(pos1, pos2) pos1 = {x=pos1.x, y=pos1.y, z=pos1.z} -- cgit v1.2.3