mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2025-01-09 17:53:50 +00:00
Fix client.bat
This commit is contained in:
parent
f71c3dbe70
commit
a1278b0332
1 changed files with 1 additions and 3 deletions
|
@ -9,13 +9,11 @@ echo #3 - Developer Server (Steve)
|
|||
echo #4 - Custom
|
||||
echo.
|
||||
set /P INPUT=
|
||||
set server=unset
|
||||
|
||||
if %INPUT%==1 set TTS_GAMESERVER=127.0.0.1
|
||||
if %INPUT%==2 set TTS_GAMESERVER=71.200.196.180
|
||||
if %INPUT%==3 set TTS_GAMESERVER=192.99.167.192
|
||||
|
||||
if %TTS_GAMESERVER%==unset (
|
||||
if %INPUT%==4 (
|
||||
echo.
|
||||
set /P TTS_GAMESERVER=Gameserver:
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue