Skip to content

Commit

Permalink
Added missing experimentID line to the SkylabCore since it
Browse files Browse the repository at this point in the history
inherits the ModuleScienceExperiment
It's only a problem in KEI
  • Loading branch information
linuxgurugamer committed Jan 18, 2017
1 parent d12b947 commit 020b940
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion GameData/LTech/Parts/Science/LTechSkyLab/SkyLab.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ PART
name = SkyLabCore
rate = 100.0
minimumCrew = 3
// This module is also a ModuleScienceExperiment, which means it also
// needs this line:
experimentID = error
}

MODULE
Expand Down Expand Up @@ -187,4 +190,4 @@ PART
amount = 5000
maxAmount = 5000
}
}
}

1 comment on commit 020b940

@linuxgurugamer
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Closes #9

Please sign in to comment.