remove is variable

This commit is contained in:
DS-Minetest 2017-09-08 13:45:03 +02:00
parent e5f76a3b1e
commit e37d530f90

View File

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