1
0
mirror of https://github.com/minetest-mods/mesecons.git synced 2025-05-04 09:20:17 +02:00

save a deserialization and wear off screwdriver

This commit is contained in:
DS-Minetest 2017-09-07 20:39:50 +02:00
parent ea5a2b199f
commit e5f76a3b1e

@ -154,7 +154,8 @@ plg.register_nodes({
end
local is = lcore.serialize(instr)
meta:set_string("instr", is)
plg.update_formspec(pos, is)
plg.update_formspec(pos, instr)
return true
end,
})