mirror of
https://github.com/Adorable-Catgirl/Zorya-NEO.git
synced 2024-11-14 14:38:04 +11:00
I mean OpenComputers.
This commit is contained in:
parent
73ce20f41b
commit
f4b58de582
@ -1,7 +1,7 @@
|
||||
local utils = {}
|
||||
|
||||
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
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user