mirror of
https://github.com/minetest-mods/mesecons.git
synced 2025-10-21 00:05:23 +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
|
||||
|
@@ -1,4 +1,4 @@
|
||||
mem = ...
|
||||
mem = (...) or {}
|
||||
|
||||
log = {}
|
||||
|
||||
|
Reference in New Issue
Block a user