mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-12-04 13:03:59 +01:00
StagedVoxelRegion : ..... I really need to come back and comb through this
This commit is contained in:
parent
de902fbd40
commit
e3962bc8d7
@ -175,7 +175,7 @@ function StagedVoxelRegion.save(svr, filepath, format)
|
||||
-- Data tables
|
||||
---
|
||||
local data, param2 = weac.table.map(svr.tables.data, function(val)
|
||||
return wid2sid[data]
|
||||
return wid2sid[val]
|
||||
end), svr.tables.param2
|
||||
|
||||
table.insert(parts, table.concat(voxeltools.runlength_encode(data), ","))
|
||||
|
Loading…
Reference in New Issue
Block a user