View | Details | Raw Unified | Return to bug 11605
Collapse All | Expand All

(-)KoLmafia-10.9-orig/src/net/sourceforge/kolmafia/KoLmafiaCLI.java (-3 lines)
Lines 997-1005 Link Here
997
			if ( !KoLCharacter.getUserName().equals( "" ) )
997
			if ( !KoLCharacter.getUserName().equals( "" ) )
998
				RequestThread.postRequest( new LogoutRequest() );
998
				RequestThread.postRequest( new LogoutRequest() );
999
999
1000
			if ( StaticEntity.getClient() == DEFAULT_SHELL )
1001
				DEFAULT_SHELL.attemptLogin();
1002
1003
			return;
1000
			return;
1004
		}
1001
		}
1005
1002

Return to bug 11605