diff --git a/HSPI/Connector.cs b/HSPI/Connector.cs index 7e6cfa4..c2e9cc4 100644 --- a/HSPI/Connector.cs +++ b/HSPI/Connector.cs @@ -64,6 +64,8 @@ public static class Connector Console.WriteLine($"Unhandled exception from Plugin: {ex.Message}"); } } + + Environment.Exit(0); } } } \ No newline at end of file