This commit is contained in:
IgorTimofeev 2021-04-19 20:00:00 +03:00
parent 528722d6fd
commit a8f2c7d15b

View File

@ -5,7 +5,7 @@ local function getComponentAddress(name)
end
local function getComponentProxy(name)
return getComponentAddress(name)
return component.proxy(getComponentAddress(name))
end
local EEPROMProxy, internetProxy, GPUProxy =