1
0
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:
Jane Roxanne 2020-03-11 17:59:12 -05:00
parent 73ce20f41b
commit f4b58de582

View File

@ -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