mirror of
https://github.com/minetest-mods/mesecons.git
synced 2025-04-19 02:10:27 +02:00
remove is variable
This commit is contained in:
parent
e5f76a3b1e
commit
e37d530f90
@ -152,8 +152,7 @@ plg.register_nodes({
|
||||
end
|
||||
end
|
||||
end
|
||||
local is = lcore.serialize(instr)
|
||||
meta:set_string("instr", is)
|
||||
meta:set_string("instr", lcore.serialize(instr))
|
||||
plg.update_formspec(pos, instr)
|
||||
return true
|
||||
end,
|
||||
|
Loading…
x
Reference in New Issue
Block a user