libs/core: mark relay protocol as floating
This commit is contained in:
parent
2337ee9206
commit
be9f5d6872
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ function proto.is_installed(self)
|
||||||
end
|
end
|
||||||
|
|
||||||
function proto.is_floating(self)
|
function proto.is_floating(self)
|
||||||
return false
|
return true
|
||||||
end
|
end
|
||||||
|
|
||||||
function proto.is_virtual(self)
|
function proto.is_virtual(self)
|
||||||
|
|
Loading…
Reference in a new issue