mirror of
https://github.com/Adorable-Catgirl/Zorya-NEO.git
synced 2024-11-23 10:48:06 +11:00
I mean OpenComputers.
This commit is contained in:
parent
73ce20f41b
commit
f4b58de582
@ -1,7 +1,7 @@
|
|||||||
local utils = {}
|
local utils = {}
|
||||||
|
|
||||||
function utils.debug_log(...)
|
function utils.debug_log(...)
|
||||||
local sb = component.list("sandbox")() or component.list("ocemu")()
|
local sb = component.list("sandbox")() or component.list("ocemu")()
|
||||||
if (sb) then component.invoke(sb, "log", ...) end
|
if (sb) then component.invoke(sb, "log", ...) end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user