mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-23 11:42:39 -06:00
Added loudrob serv
This commit is contained in:
parent
5358614551
commit
f0c782f19b
1 changed files with 3 additions and 0 deletions
|
@ -5,11 +5,14 @@ set /P PPYTHON_PATH=<PPYTHON_PATH
|
|||
echo Choose your game server!
|
||||
echo #1 - Localhost
|
||||
echo #2 - Custom
|
||||
echo #3 - Loudrob
|
||||
echo.
|
||||
set /P INPUT=
|
||||
set server=unset
|
||||
|
||||
if %INPUT%==1 set server=127.0.0.1
|
||||
if %INPUT%==3 set server=71.200.196.180
|
||||
|
||||
if %server%==unset (
|
||||
echo.
|
||||
set /P server=Gameserver:
|
||||
|
|
Loading…
Reference in a new issue