You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Log(string.Format("Tech tree was changed by third party to [{0}].",HighLogic.CurrentGame.Parameters.Career.TechTreeUrl));
39
+
Log("Tech tree was changed by third party to [{0}].",HighLogic.CurrentGame.Parameters.Career.TechTreeUrl);
40
40
}
41
41
elseif(TECHTREE_CONFIG.IsLoadable)
42
42
{
@@ -47,9 +47,9 @@ internal void Start()
47
47
}
48
48
49
49
privatestaticreadonlyKSPe.Util.Log.Loggerlog=KSPe.Util.Log.Logger.CreateThreadUnsafeForType<CustomConfigsManager>();// No need to use thread safe logging. Yet.
0 commit comments