From c1f3cfc1e43668d07e95271febc261c82478f7aa Mon Sep 17 00:00:00 2001 From: Anthony Zhang Date: Sun, 28 Jul 2013 18:15:46 -0400 Subject: Fix bugs in visualization API and make it ore robust. Fix bugs in //fixedpos, //suppress, and //highlight. --- worldedit/serialization.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'worldedit/serialization.lua') diff --git a/worldedit/serialization.lua b/worldedit/serialization.lua index e0d960d..5fbc16c 100644 --- a/worldedit/serialization.lua +++ b/worldedit/serialization.lua @@ -33,7 +33,7 @@ worldedit.valueversion = function(value) end --converts the region defined by positions `pos1` and `pos2` into a single string, returning the serialized data and the number of nodes serialized -worldedit.serialize = function(pos1, pos2) --wip: check for ItemStacks and whether they can be serialized +worldedit.serialize = function(pos1, pos2) --make area stay loaded local manip = minetest.get_voxel_manip() manip:read_from_map(pos1, pos2) -- cgit v1.2.3