diff --git a/SPTarkov.Server/Program.cs b/SPTarkov.Server/Program.cs index 443debc0..c7a991c7 100644 --- a/SPTarkov.Server/Program.cs +++ b/SPTarkov.Server/Program.cs @@ -32,6 +32,14 @@ public static class Program { await StartServer(args); } + catch (SocketException) + { + Console.WriteLine("========================================================================================================="); + Console.WriteLine("You have multiple servers running or another process using port 6969"); + Console.WriteLine("========================================================================================================="); + Console.WriteLine("Press any key to exit..."); + Console.ReadLine(); + } catch (Exception e) { Console.WriteLine("=========================================================================================================");