Skip to content

Commit 75a9b01

Browse files
committed
Dumbest mistake *EVAR*. I'm a dumb SAS! =/
1 parent 6202c28 commit 75a9b01

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Source/ModuleManager/MMPatchLoader.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -635,9 +635,9 @@ private void SaveModdedTechTree()
635635
logger.Info(configs.Length + " TechTree node found. A patch may be wrong. Using the first one");
636636
}
637637

638-
TECHTREE_CONFIG.Clear();
639-
TECHTREE_CONFIG.Node.AddNode(configs[0].config);
640-
TECHTREE_CONFIG.Save();
638+
TECHTREE_CONFIG.Clear();
639+
TECHTREE_CONFIG.Node.AddData(configs[0].config);
640+
TECHTREE_CONFIG.Save();
641641
}
642642

643643
private void LoadCache()

0 commit comments

Comments
 (0)