We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0d94b6 commit d783adaCopy full SHA for d783ada
1 file changed
Source/MASFlightComputerProxy3.cs
@@ -3846,7 +3846,7 @@ public double TargetTypeId()
3846
return 1.0;
3847
case global::VesselType.Plane:
3848
return 2.0;
3849
- case global:: VesselType.Probe:
+ case global::VesselType.Probe:
3850
return 3.0;
3851
case global::VesselType.Lander:
3852
return 4.0;
@@ -5085,7 +5085,7 @@ public double VesselTypeId()
5085
5086
5087
5088
5089
5090
5091
0 commit comments