mirror of
https://github.com/kepler155c/opus
synced 2024-12-31 19:00:27 +00:00
oc relay oops
This commit is contained in:
parent
7749e14cad
commit
43a6019b9f
@ -3,7 +3,7 @@ local kernel = _G.kernel
|
|||||||
|
|
||||||
local function register(v)
|
local function register(v)
|
||||||
if v and v.isWireless and v.isAccessPoint and v.getNamesRemote then
|
if v and v.isWireless and v.isAccessPoint and v.getNamesRemote then
|
||||||
v.children = { }
|
v._children = { }
|
||||||
for _, name in pairs(v.getNamesRemote()) do
|
for _, name in pairs(v.getNamesRemote()) do
|
||||||
local dev = v.getMethodsRemote(name)
|
local dev = v.getMethodsRemote(name)
|
||||||
if dev then
|
if dev then
|
||||||
|
Loading…
Reference in New Issue
Block a user