master
luk3yx 2019-10-15 17:57:38 +13:00
parent 20b37eacb4
commit 0f4bdfe805
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ function advmarkers.import(s)
local success, msg = pcall(minetest.decompress, s)
if not success then return end
if ver == 'M' then
s = minetest.deserialize(msg)
s = minetest.deserialize(msg, true)
else
s = minetest.parse_json(msg)
end