diff --git a/dev/win32/start-game.bat b/dev/win32/start-game.bat index 8092dbb0..39380774 100644 --- a/dev/win32/start-game.bat +++ b/dev/win32/start-game.bat @@ -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% ) diff --git a/toontown/toonbase/ClientStartRemoteDB.py b/toontown/toonbase/ClientStartRemoteDB.py index db1401a9..b5190b3e 100755 --- a/toontown/toonbase/ClientStartRemoteDB.py +++ b/toontown/toonbase/ClientStartRemoteDB.py @@ -24,6 +24,6 @@ else: print response['reason'] else: os.environ['TTS_PLAYCOOKIE'] = response['token'] - + # Start the game: import toontown.toonbase.ClientStart