idulort

Results 1 issues of idulort

if (FlightGlobals.ActiveVessel.mainBody.flightGlobalsIndex == FlightGlobals.GetHomeBodyIndex() && (FlightGlobals.ActiveVessel.situation == Vessel.Situations.LANDED || FlightGlobals.ActiveVessel.situation == Vessel.Situations.SPLASHED || FlightGlobals.ActiveVessel.situation == Vessel.Situations.PRELAUNCH)) I'm guessing it's the "prelaunch". I only experiened this with WBIContractVesselTour.cs (as I didn't...