mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-25 20:52:26 -06:00
Fix option 2 of start_game.bat
This commit is contained in:
parent
1fbd0602dc
commit
c71b5c7a17
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ echo #2 - Custom
|
||||||
echo #3 - Loudrob
|
echo #3 - Loudrob
|
||||||
echo.
|
echo.
|
||||||
set /P INPUT=
|
set /P INPUT=
|
||||||
set server=unset
|
set TTS_GAMESERVER=unset
|
||||||
|
|
||||||
if %INPUT%==1 set TTS_GAMESERVER=127.0.0.1
|
if %INPUT%==1 set TTS_GAMESERVER=127.0.0.1
|
||||||
if %INPUT%==3 set TTS_GAMESERVER=71.200.196.180
|
if %INPUT%==3 set TTS_GAMESERVER=71.200.196.180
|
||||||
|
|
Loading…
Reference in a new issue