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_commands/mark.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'worldedit_commands') diff --git a/worldedit_commands/mark.lua b/worldedit_commands/mark.lua index 3295d74..ad57a39 100644 --- a/worldedit_commands/mark.lua +++ b/worldedit_commands/mark.lua @@ -28,7 +28,7 @@ worldedit.mark_pos1 = function(name) if pos1 ~= nil then --make area stay loaded local manip = minetest.get_voxel_manip() - manip:read_from_map(pos1, pos1) --wip: see if this even works + manip:read_from_map(pos1, pos1) end if worldedit.marker1[name] ~= nil then --marker already exists worldedit.marker1[name]:remove() --remove marker @@ -51,7 +51,7 @@ worldedit.mark_pos2 = function(name) if pos2 ~= nil then --make area stay loaded local manip = minetest.get_voxel_manip() - manip:read_from_map(pos2, pos2) --wip: see if this even works + manip:read_from_map(pos2, pos2) end if worldedit.marker2[name] ~= nil then --marker already exists worldedit.marker2[name]:remove() --remove marker -- cgit v1.2.3