mirror of
https://github.com/Xevion/project-cybersyn.git
synced 2025-12-16 04:12:53 -06:00
Trains tab initial testing
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user