post-kerbin-mining-corporation / SpaceDust

Adds atmospheric and exoatmospheric resource discovery and extraction to Kerbal Space Program.
9 stars 12 forks source link

Fix NRE in ModuleSpaceDustHarvester.OnStart #48

Closed Angel-125 closed 2 years ago

Angel-125 commented 2 years ago

Fixes issue where ModuleSpaceDustHarvester is unable to load the part config when the part module is added to a part via ModuleManager patch. In that situation, Utils.GetModuleConfigNode would return null, and the OnStart code would crash because its resources field is null.