Skip to content

Commit

Permalink
Accidentally removed
Browse files Browse the repository at this point in the history
  • Loading branch information
blowfishpro committed Oct 1, 2017
1 parent 7ef8062 commit 9cf0011
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ModuleManager/MMPatchLoader.cs
Expand Up @@ -81,6 +81,7 @@ private void Awake()
physicsFile = Path.Combine("GameData", "ModuleManager.Physics");
physicsPath = Path.Combine(KSPUtil.ApplicationRootPath, physicsFile);
defaultPhysicsPath = Path.Combine(KSPUtil.ApplicationRootPath, "Physics.cfg");
partDatabasePath = Path.Combine(KSPUtil.ApplicationRootPath, "PartDatabase.cfg");
shaPath = Path.Combine(Path.Combine(KSPUtil.ApplicationRootPath, "GameData"), "ModuleManager.ConfigSHA");

logger = new ModLogger("ModuleManager", Debug.logger);
Expand Down

0 comments on commit 9cf0011

Please sign in to comment.