From be9f5d6872a936224ba7b10a7c756f151b106ec8 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Mon, 10 Oct 2011 18:50:42 +0000 Subject: [PATCH] libs/core: mark relay protocol as floating --- libs/core/luasrc/model/network/proto_relay.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.11.0