Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Index: Constructor/Operations/TerrainConfig.cs
- ===================================================================
- --- Constructor/Operations/TerrainConfig.cs (revision 6372)
- +++ Constructor/Operations/TerrainConfig.cs (working copy)
- @@ -1389,10 +1389,8 @@
- }
- b.AppendLine("}");
- - if (taxiways.Enabled && !string.IsNullOrEmpty(taxiways.Value))
- + if (taxiways.Enabled)
- TerrainConfig.WriteToFile(airfieldLua, b.ToString());
- - else
- - TerrainConfig.WriteToFile(airfieldLua, "");
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment