mirror of
https://github.com/Xevion/project-cybersyn.git
synced 2025-12-14 20:12:40 -06:00
Merge branch 'make-gui-work' into gui-trains-tab
This commit is contained in:
@@ -99,6 +99,9 @@ function util.slot_table_build_from_station(station)
|
||||
if comb1_signals then
|
||||
for _, v in pairs(comb1_signals) do
|
||||
local item = v.signal
|
||||
if item.type == "virtual" then
|
||||
goto continue
|
||||
end
|
||||
local count = v.count
|
||||
local name = item.name
|
||||
local sprite, img_path, item_string = util.generate_item_references(name)
|
||||
@@ -125,6 +128,7 @@ function util.slot_table_build_from_station(station)
|
||||
}
|
||||
end
|
||||
end
|
||||
::continue::
|
||||
end
|
||||
end
|
||||
return children
|
||||
|
||||
Reference in New Issue
Block a user