mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2025-01-09 17:53:50 +00:00
added dev server to client
This commit is contained in:
parent
834e0f4385
commit
f71c3dbe70
1 changed files with 5 additions and 3 deletions
|
@ -4,14 +4,16 @@ set /P PPYTHON_PATH=<PPYTHON_PATH
|
|||
|
||||
echo Choose your game server!
|
||||
echo #1 - Localhost
|
||||
echo #2 - Custom
|
||||
echo #3 - Loudrob
|
||||
echo #2 - Loudrob
|
||||
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%==3 set TTS_GAMESERVER=71.200.196.180
|
||||
if %INPUT%==2 set TTS_GAMESERVER=71.200.196.180
|
||||
if %INPUT%==3 set TTS_GAMESERVER=192.99.167.192
|
||||
|
||||
if %TTS_GAMESERVER%==unset (
|
||||
echo.
|
||||
|
|
Loading…
Reference in a new issue