mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-22 15:33:00 +00:00
StagedVoxelRegion : ..... I really need to come back and comb through this
This commit is contained in:
parent
de902fbd40
commit
e3962bc8d7
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue