Skip to content

Commit

Permalink
Removed unfinished functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
andreharv committed Apr 4, 2020
1 parent 0a85921 commit 799bd9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UI/MetroStationCustomizerUI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ private List<BuildingInfo.PathInfo> StationPaths {
}
protected override bool SatisfiesTrackSpecs(PrefabInfo info)
{
return ((BuildingInfo)info).HasUndergroundMetroStationTracks() || m_IsRelocate;
return ((BuildingInfo)info).HasUndergroundMetroStationTracks();
}

protected override ToolBase GetTheTool()
Expand Down

0 comments on commit 799bd9a

Please sign in to comment.