Don't let the launcher scripts close the console window

This commit is contained in:
abcdefg30
2017-05-26 09:27:55 +02:00
committed by reaperrr
parent 27ce2fcda9
commit 57af145c12
2 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ for %%x in (%*) do (
:choosemod
set /P mod=Select mod (ra, cnc, d2k, ts) or --exit:
if /I "%mod%" EQU "--exit" (exit)
if /I "%mod%" EQU "--exit" (exit /b)
if /I "%mod%" EQU "ra" (goto launchmod)
if /I "%mod%" EQU "cnc" (goto launchmod)
if /I "%mod%" EQU "ts" (goto launchmod)