Cleanup 2

This commit is contained in:
John Cote 2015-06-05 01:32:41 -04:00
parent b242d22e5d
commit fe825c8783
2 changed files with 4 additions and 2 deletions

View file

@ -23,7 +23,7 @@ if %INPUT%==1 (
set TTS_GAMESERVER=127.0.0.1
) else if %INPUT%==3 (
echo.
set /P TTS_GAMESERVER=Gameserver:
set /P TTS_GAMESERVER=Gameserver:
) else (
goto selection
)
@ -48,6 +48,8 @@ echo ppython: "dependencies/panda/python/ppython.exe"
if %INPUT%==2 (
echo Username: %ttsUsername%
) else if %INPUT%==4 (
echo Username: %ttsUsername%
) else (
echo Username: %TTS_PLAYCOOKIE%
)

View file

@ -24,6 +24,6 @@ else:
print response['reason']
else:
os.environ['TTS_PLAYCOOKIE'] = response['token']
# Start the game:
import toontown.toonbase.ClientStart