diff --git a/source/ContractConfigurator/Parameter/VesselParameterGroup.cs b/source/ContractConfigurator/Parameter/VesselParameterGroup.cs index 5c6cb320..656bac64 100644 --- a/source/ContractConfigurator/Parameter/VesselParameterGroup.cs +++ b/source/ContractConfigurator/Parameter/VesselParameterGroup.cs @@ -473,6 +473,7 @@ protected void OnContractCompleted(Contract c) if (dissassociateVesselsOnContractCompletion && !string.IsNullOrEmpty(define) && trackedVessel != null) { LoggingUtil.LogVerbose(this, "Removing defined vessel {0}", define); + ContractVesselTracker.Instance.AssociateVessel(define, null); } if (!string.IsNullOrEmpty(defineList) && trackedVessel != null)