We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e9388f commit fb88b46Copy full SHA for fb88b46
1 file changed
src/kOS/Module/kOSVesselModule.cs
@@ -58,6 +58,11 @@ protected override void OnAwake()
58
}
59
60
61
+ public override Activation GetActivation()
62
+ {
63
+ return Activation.FlightScene | Activation.LoadedVessels;
64
+ }
65
+
66
/// <summary>
67
/// Start is called after OnEnable activates the module. This is the second method called by
68
/// KSP after Awake. All parts should be added to the vessel now, so it is safe to walk the
0 commit comments