Skip to content

Commit

Permalink
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified GameData/RP-0/Plugins/RP0.dll
Binary file not shown.
Binary file modified GameData/RP-0/Plugins/RP0KCTBinder.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion Source/Crew/CrewHandler.cs
Original file line number Diff line number Diff line change
@@ -811,7 +811,7 @@ protected void GenerateOfferedCourses() //somehow provide some variable options
if (ResearchAndDevelopment.PartModelPurchased(ap))
{
string name = TrainingDatabase.SynonymReplace(ap.name);
if (!partSynsHandled.Contains(ap.name))
if (!partSynsHandled.Contains(name))
{
partSynsHandled.Add(name);
AddPartCourses(ap);

0 comments on commit 807ebd6

Please sign in to comment.