Revise server shutdown error message (#694)

Updated the error message for server shutdown notification.
This commit is contained in:
sheepy
2025-11-11 17:29:03 +00:00
committed by GitHub
parent 3aedde5acc
commit 29ecdc5b89
+1 -1
View File
@@ -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("=========================================================================================================");