mirror of
https://github.com/Adorable-Catgirl/Zorya-NEO.git
synced 2024-11-23 10:48:06 +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 booted = false
|
||||||
local zcfg = {}
|
local zcfg = {}
|
||||||
function log(...)
|
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
|
end
|
||||||
local th_i = 0
|
local th_i = 0
|
||||||
local function th_a(func)
|
local function th_a(func)
|
||||||
|
Loading…
Reference in New Issue
Block a user