From ad3b37c17a4dc9f74fcca6eec995518d8559fb1e Mon Sep 17 00:00:00 2001 From: Archangel Date: Mon, 12 Jan 2026 18:29:32 +0100 Subject: [PATCH] Update console exception log.. Again.. (#728) --- 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 5e91a48d..cb34f4e1 100644 --- a/SPTarkov.Server/Program.cs +++ b/SPTarkov.Server/Program.cs @@ -71,7 +71,7 @@ public static class Program ShowRedConsoleMessage( e, - "The server has unexpectedly stopped, reach out to #spt-support in our Discord server. Include a screenshot of this message + the below error" + "The server has unexpectedly stopped, reach out to #mod-questions-4-0 in our Discord server. Include a screenshot of this message and the surrounding error(s) above and below" ); Console.WriteLine("Press any key to exit..."); Console.ReadLine();