mirror of
https://github.com/minetest-mods/mesecons.git
synced 2025-04-20 02:40:22 +02:00
save a deserialization and wear off screwdriver
This commit is contained in:
parent
ea5a2b199f
commit
e5f76a3b1e
@ -154,7 +154,8 @@ plg.register_nodes({
|
|||||||
end
|
end
|
||||||
local is = lcore.serialize(instr)
|
local is = lcore.serialize(instr)
|
||||||
meta:set_string("instr", is)
|
meta:set_string("instr", is)
|
||||||
plg.update_formspec(pos, is)
|
plg.update_formspec(pos, instr)
|
||||||
|
return true
|
||||||
end,
|
end,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user