diff --git a/TestFlightAPI/TestFlightAPI/TestFlightAPI.cs b/TestFlightAPI/TestFlightAPI/TestFlightAPI.cs index d8b82ab..e27fdb9 100644 --- a/TestFlightAPI/TestFlightAPI/TestFlightAPI.cs +++ b/TestFlightAPI/TestFlightAPI/TestFlightAPI.cs @@ -288,8 +288,6 @@ public static ITestFlightCore GetCore(Part part) ITestFlightCore core = null; if (part != null) core = part.FindModuleImplementing(); - if (core != null && !core.TestFlightEnabled) - core = null; Profiler.EndSample(); return core; }