mirror of
https://github.com/minetest-mods/mesecons.git
synced 2025-12-18 15:45:25 +01: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