From 52602aa4da2080c6af5c2d8779f0c86a16617877 Mon Sep 17 00:00:00 2001 From: Cj <161484149+CJ-SPT@users.noreply.github.com> Date: Sat, 29 Nov 2025 02:30:57 -0500 Subject: [PATCH] Add Console.ReadLine() to prevent server window from closing --- SPTarkov.Server/Program.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/SPTarkov.Server/Program.cs b/SPTarkov.Server/Program.cs index 62058cbc..43d22c0c 100644 --- a/SPTarkov.Server/Program.cs +++ b/SPTarkov.Server/Program.cs @@ -59,6 +59,7 @@ public static class Program "=========================================================================================================" ); + Console.ReadLine(); return; }