mirror of
https://github.com/kepler155c/opus
synced 2025-11-14 14:27:11 +00:00
oc relay oops
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user