Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions FerramAerospaceResearch/FARAeroUtil.cs
Original file line number Diff line number Diff line change
Expand Up @@ -275,11 +275,6 @@ public static void LoadAeroDataFromConfig()

loaded = true;

string forceUpdatePath = KSPUtil.ApplicationRootPath.Replace("\\", "/") +
"GameData/FerramAerospaceResearch/FARForceDataUpdate.cfg";
if (File.Exists(forceUpdatePath))
File.Delete(forceUpdatePath);

//Get Kerbin
currentBodyData = FARAeroData.AtmosphericConfiguration[1];
}
Expand Down
47 changes: 0 additions & 47 deletions GameData/FerramAerospaceResearch/FARForceDataUpdate.cfg

This file was deleted.