From 71a024649a3e9f29891d8c4d7ba2ad424a70587f Mon Sep 17 00:00:00 2001 From: Joachim Stolberg Date: Mon, 27 Feb 2023 19:57:24 +0100 Subject: [PATCH] Try to fix kernel crashes --- basis/hyperloop.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/hyperloop.lua b/basis/hyperloop.lua index e89b972..32e7b0a 100644 --- a/basis/hyperloop.lua +++ b/basis/hyperloop.lua @@ -184,7 +184,7 @@ function techage.hyperloop.remote_pos(pos) local nvm = techage.get_nvm(pos) if Stations:get(nvm.rmt_pos) then if M(pos):contains("remote_name") then - return nvm.rmt_pos + return nvm.rmt_pos or pos end end end