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 ResourceConsumptionChecker, would break on part count change #708

Open NathanKell opened 3 years ago

NathanKell commented 3 years ago

Checks was reset when the active vessel's part count did not match the stored part count, but the stored part count was only updated on vessel switch, not when the local count of parts changed. Added missing line. This should fix a bug we are experiencing in RP-1 right now.

cc @siimav