diff options
-rw-r--r-- | libs/core/luasrc/model/network/proto_relay.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/core/luasrc/model/network/proto_relay.lua b/libs/core/luasrc/model/network/proto_relay.lua index bf6227e0a..03f6d6abf 100644 --- a/libs/core/luasrc/model/network/proto_relay.lua +++ b/libs/core/luasrc/model/network/proto_relay.lua @@ -41,7 +41,7 @@ function proto.is_installed(self) end function proto.is_floating(self) - return false + return true end function proto.is_virtual(self) |