From 29ecdc5b89237080361d2ab441025f6978240a82 Mon Sep 17 00:00:00 2001 From: sheepy <39248026+sheepiest@users.noreply.github.com> Date: Tue, 11 Nov 2025 17:29:03 +0000 Subject: [PATCH] Revise server shutdown error message (#694) Updated the error message for server shutdown notification. --- SPTarkov.Server/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SPTarkov.Server/Program.cs b/SPTarkov.Server/Program.cs index 468b619e..baaa6f6c 100644 --- a/SPTarkov.Server/Program.cs +++ b/SPTarkov.Server/Program.cs @@ -61,7 +61,7 @@ public static class Program Console.WriteLine("========================================================================================================="); Console.WriteLine( - "The server has unexpectedly stopped, reach out to #spt-support in discord, create a support thread by following the instructions found in #support-guidelines. Also include a screenshot of this message + the below error" + "The server has unexpectedly stopped, reach out to #spt-support in our Discord server. Include a screenshot of this message + the below error" ); Console.WriteLine(e); Console.WriteLine("=========================================================================================================");