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

View File

@ -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,
})