mirror of
https://github.com/Adorable-Catgirl/Zorya-NEO.git
synced 2024-11-14 14:38:04 +11:00
Now should boot in OpenOS
This commit is contained in:
parent
77e542785e
commit
73ce20f41b
@ -14,7 +14,10 @@ local computer = computer
|
||||
local booted = false
|
||||
local zcfg = {}
|
||||
function log(...)
|
||||
component.proxy(component.list("ocemu")() or component.list("sandbox")()).log(...)
|
||||
local c = component.list("ocemu")() or component.list("sandbox")())
|
||||
if c then
|
||||
component.proxy(c).log(...)
|
||||
end
|
||||
end
|
||||
local th_i = 0
|
||||
local function th_a(func)
|
||||
|
Loading…
Reference in New Issue
Block a user