Add game server selection

This commit is contained in:
Sam Sneed 2024-06-25 21:14:04 -05:00
parent 4fbb08316c
commit 653f228d71

View file

@ -5,6 +5,7 @@ cd..
rem Read the contents of PPYTHON_PATH into %PPYTHON_PATH%: rem Read the contents of PPYTHON_PATH into %PPYTHON_PATH%:
set /P PPYTHON_PATH=<PPYTHON_PATH set /P PPYTHON_PATH=<PPYTHON_PATH
set /P GAME_SERVER="Game Server (Port is typically 7198): "
set /P LOGIN_TOKEN="Login password: " set /P LOGIN_TOKEN="Login password: "
:GAME :GAME