diff --git a/Stardust/StarHelper.cs b/Stardust/StarHelper.cs index 4c74afcf..46eef532 100644 --- a/Stardust/StarHelper.cs +++ b/Stardust/StarHelper.cs @@ -85,7 +85,7 @@ public static StarFactory AddStardust(this IObjectContainer services, String? se } catch { } - if (!process.GetHasExited()) process.Kill(); + //if (!process.GetHasExited()) process.Kill(); return process; }