diff --git a/src/kOS/Module/kOSVesselModule.cs b/src/kOS/Module/kOSVesselModule.cs index 21047374d..10be32d17 100644 --- a/src/kOS/Module/kOSVesselModule.cs +++ b/src/kOS/Module/kOSVesselModule.cs @@ -58,6 +58,11 @@ protected override void OnAwake() } } + public override Activation GetActivation() + { + return Activation.FlightScene | Activation.LoadedVessels; + } + /// /// Start is called after OnEnable activates the module. This is the second method called by /// KSP after Awake. All parts should be added to the vessel now, so it is safe to walk the