mirror of
https://github.com/minetest-mods/mesecons.git
synced 2025-07-05 00:50:24 +02:00
Something works
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
local result = serialize({...})
|
||||
local port = serialize(port)
|
||||
local mem = serialize(mem)
|
||||
local log = table.concat(log, "\n")
|
||||
return result, log
|
||||
return port, mem, log
|
||||
|
Reference in New Issue
Block a user