fixed layout bug and added german

This commit is contained in:
monica
2023-01-11 14:37:14 -05:00
parent 3ef8924b4b
commit ad4cb7d23e
4 changed files with 184 additions and 1 deletions

View File

@@ -555,7 +555,7 @@ function reset_stop_layout(map_data, stop, is_station_or_refueler, forbidden_ent
end
search_area = area.move(search_area, area_delta)
end
if not rail_connection_direction ~= defines.rail_connection_direction.straight then
if rail_connection_direction ~= defines.rail_connection_direction.straight then
is_break = true
break
end