mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2025-01-09 17:53:50 +00:00
fixed start-game.bat
This commit is contained in:
parent
3056946f04
commit
ea2868dc50
1 changed files with 6 additions and 1 deletions
|
@ -9,6 +9,9 @@ echo #2 - Dev Server
|
|||
echo #3 - Custom
|
||||
echo.
|
||||
|
||||
:selection
|
||||
|
||||
set INPUT=-1
|
||||
set /P INPUT=Selection:
|
||||
|
||||
if %INPUT%==1 (
|
||||
|
@ -18,7 +21,9 @@ if %INPUT%==1 (
|
|||
) else if %INPUT%==3 (
|
||||
echo.
|
||||
set /P TTS_GAMESERVER=Gameserver:
|
||||
) else exit
|
||||
) else (
|
||||
goto selection
|
||||
)
|
||||
|
||||
echo.
|
||||
|
||||
|
|
Loading…
Reference in a new issue