Trains tab initial testing

This commit is contained in:
Will Berry
2023-03-09 16:45:14 -05:00
parent 118f8c9eb2
commit fd3d62ea9d
4 changed files with 122 additions and 79 deletions

View File

@@ -99,10 +99,6 @@ function stations_tab.build(map_data, player_data)
end
if search_network_name then
--nil matches all?
if search_network_name == nil then
goto has_match
end
if search_network_name ~= station.network_name then
goto continue
end