mirror of
https://github.com/minetest-mods/mesecons.git
synced 2025-12-09 11:55:24 +01:00
remove is variable
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user