We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6202c28 commit 75a9b01Copy full SHA for 75a9b01
Source/ModuleManager/MMPatchLoader.cs
@@ -635,9 +635,9 @@ private void SaveModdedTechTree()
635
logger.Info(configs.Length + " TechTree node found. A patch may be wrong. Using the first one");
636
}
637
638
- TECHTREE_CONFIG.Clear();
639
- TECHTREE_CONFIG.Node.AddNode(configs[0].config);
640
- TECHTREE_CONFIG.Save();
+ TECHTREE_CONFIG.Clear();
+ TECHTREE_CONFIG.Node.AddData(configs[0].config);
+ TECHTREE_CONFIG.Save();
641
642
643
private void LoadCache()
0 commit comments