summaryrefslogtreecommitdiff
path: root/worldedit/serialization.lua
diff options
context:
space:
mode:
authorAnthony Zhang <azhang9@gmail.com>2013-07-28 18:15:46 -0400
committerAnthony Zhang <azhang9@gmail.com>2013-07-28 18:15:46 -0400
commitc1f3cfc1e43668d07e95271febc261c82478f7aa (patch)
treec571989bc44466fd5b4bf9bebbd22ea66de2af96 /worldedit/serialization.lua
parentb252df21666406e1701665847fd25d6e37cc5606 (diff)
Fix bugs in visualization API and make it ore robust. Fix bugs in //fixedpos, //suppress, and //highlight.
Diffstat (limited to 'worldedit/serialization.lua')
-rw-r--r--worldedit/serialization.lua2
1 files changed, 1 insertions, 1 deletions
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)