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
|
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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user