Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
siimav committed May 22, 2023
2 parents 8d345e5 + c6066a7 commit 37ca950
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions TestFlightAPI/TestFlightAPI/TestFlightAPI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -288,8 +288,6 @@ public static ITestFlightCore GetCore(Part part)
ITestFlightCore core = null;
if (part != null)
core = part.FindModuleImplementing<ITestFlightCore>();
if (core != null && !core.TestFlightEnabled)
core = null;
Profiler.EndSample();
return core;
}
Expand Down

0 comments on commit 37ca950

Please sign in to comment.