jrossignol / ContractConfigurator

A config file based solution for creating new contracts for Kerbal Space Program.
https://forum.kerbalspaceprogram.com/index.php?/topic/91625-1
Other
64 stars 67 forks source link

Fix for potential NRE AllScienceSubjectsByBiomeExperiment() #726

Closed UltraJohn closed 1 year ago

UltraJohn commented 1 year ago

Fix NRE for AllScienceSubjectsByBiomeExperiment() when parsing a biome that is encapulated in [] in a contract pack cfg.

In this case I was looking at a contract pack called RAD https://github.com/Morphisor244/Research-Advancement-Division/blob/main/GameData/ContractPacks/RAD/RAD_LocalFlight.cfg

Line 68: scienceSubjectsTemp1 = AllScienceSubjectsByBiomeExperiment([@biome1], @experiments1) would throw an error if @biome1 was null inside the [] brackets.