From 3309316b183b3f9c5912b4b4790418b6cc8bbadc Mon Sep 17 00:00:00 2001 From: Joachim Stolberg Date: Mon, 25 Apr 2022 18:58:08 +0200 Subject: [PATCH] Fix bug #81 --- basis/hyperloop.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/basis/hyperloop.lua b/basis/hyperloop.lua index ceeb677..e89b972 100644 --- a/basis/hyperloop.lua +++ b/basis/hyperloop.lua @@ -69,6 +69,7 @@ local function get_free_server_list(pos, owner) tbl[#tbl+1] = "" return tbl end + return {} end local function on_lose_connection(pos, node_type)