Skip to content

Commit

Permalink
Fix deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
blowfishpro committed Mar 17, 2018
1 parent 1d8d97c commit ef917ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ModuleManager/MMPatchLoader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ private void Awake()
partDatabasePath = Path.Combine(KSPUtil.ApplicationRootPath, "PartDatabase.cfg");
shaPath = Path.Combine(Path.Combine(KSPUtil.ApplicationRootPath, "GameData"), "ModuleManager.ConfigSHA");

logger = new ModLogger("ModuleManager", Debug.logger);
logger = new ModLogger("ModuleManager", Debug.unityLogger);
}

private bool ready;
Expand Down

0 comments on commit ef917ab

Please sign in to comment.