fixed bug where stations had nil network flags

This commit is contained in:
mamoniot
2023-03-13 15:23:23 -04:00
parent e593304d13
commit 9e485a2de0
2 changed files with 9 additions and 4 deletions
+1 -1
View File
@@ -133,7 +133,7 @@ local function on_station_built(map_data, stop, comb1, comb2)
r_threshold = 0,
locked_slots = 0,
--network_name = set_station_from_comb,
--network_flag = set_station_from_comb,
network_flag = 0,
wagon_combs = nil,
deliveries = {},
accepted_layouts = {},