dmitrysenkovich

Untitled

Aug 29th, 2014
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Index: Constructor/Operations/TerrainConfig.cs
  2. ===================================================================
  3. --- Constructor/Operations/TerrainConfig.cs (revision 6372)
  4. +++ Constructor/Operations/TerrainConfig.cs (working copy)
  5. @@ -1389,10 +1389,8 @@
  6.                  }
  7.                  b.AppendLine("}");
  8.  
  9. -                if (taxiways.Enabled && !string.IsNullOrEmpty(taxiways.Value))
  10. +                if (taxiways.Enabled)
  11.                      TerrainConfig.WriteToFile(airfieldLua, b.ToString());
  12. -                else
  13. -                    TerrainConfig.WriteToFile(airfieldLua, "");
  14.              }
  15.          }
Advertisement
Add Comment
Please, Sign In to add comment