Skip to content

Commit

Permalink
Remove obsolete Pylon property
Browse files Browse the repository at this point in the history
  • Loading branch information
BigBang1112 committed Dec 21, 2024
1 parent b364ba3 commit ac938e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Src/NationsConverter/Models/ManualConversionSetModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ public ManualConversionSetModel Fill(ConversionSetModel conversionSet)
}

TerrainModifiers ??= conversionSet.TerrainModifiers;
Pylon ??= conversionSet.Pylon;

foreach (var (block, conversion) in conversionSet.Blocks)
{
Expand Down

0 comments on commit ac938e8

Please sign in to comment.