From: B_Kirill <153602297+B-Kirill@users.noreply.github.com> Date: Mon, 26 May 2025 11:50:05 +0000 (+1000) Subject: Add pause to runclient (#37748) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=cb8e7446a4fb229df3860a358e65585447c846e6;p=space-station-14.git Add pause to runclient (#37748) --- diff --git a/runclient-Tools.bat b/runclient-Tools.bat index 21973feb6f..5c3da54611 100644 --- a/runclient-Tools.bat +++ b/runclient-Tools.bat @@ -1,2 +1,3 @@ @echo off dotnet run --project Content.Client --configuration Tools +pause diff --git a/runclient.bat b/runclient.bat index 96237c3441..2925ababb0 100644 --- a/runclient.bat +++ b/runclient.bat @@ -1,2 +1,3 @@ @echo off dotnet run --project Content.Client +pause