Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
eggrobin committed May 13, 2017
1 parent 6203415 commit 5efce8c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ksp_plugin_adapter/ksp_plugin_adapter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,9 @@ private string UnmanageabilityReasons(Vessel vessel) {
", below the threshold of " +
vessel.mainBody.inverseRotThresholdAltitude + " m");
}
if (!vessel.packed && FlightGlobals.RefFrameIsRotating) {
reasons.Add("vessel is unpacked and frame is rotating");
}
if (reasons.Count == 0) {
return null;
} else {
Expand Down

0 comments on commit 5efce8c

Please sign in to comment.