master
Joachim Stolberg 2018-12-06 21:42:36 +01:00
parent 1f2b82e5ca
commit 3f7b94748f
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ function hyperloop.is_player_around(pos)
end
function hyperloop.get_connection_string(pos)
local item Stations:get(pos)
local item = Stations:get(pos)
if item then
local tbl = {}
for k,v in pairs(item.conn) do