mirror of
https://github.com/minetest-mods/mesecons.git
synced 2025-04-17 09:20:27 +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
|
||||
local is = lcore.serialize(instr)
|
||||
meta:set_string("instr", is)
|
||||
plg.update_formspec(pos, is)
|
||||
plg.update_formspec(pos, instr)
|
||||
return true
|
||||
end,
|
||||
})
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user