KSP-RO / ContractConfigurator

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

Fixed ArgumentNullException when using Expression and OrbitGenerator Behaviour together #35

Closed IO5 closed 9 months ago

IO5 commented 9 months ago

I noticed ArgumentNullException spammed in my console, and after some investigation: OrbitGenerator creates AlwaysTrue parameter which doesn't have an .ID The problem line doesn't account for that. We can't skip parameters without an ID since they can't be referenced in PARAMETER_COMPLETED anyway.