runelite-client: check saved session validity
This commit is contained in:
@@ -120,7 +120,8 @@ public class AccountClient
|
||||
}
|
||||
catch (IOException ex)
|
||||
{
|
||||
return false;
|
||||
logger.debug("Unable to verify session", ex);
|
||||
return true; // assume it is still valid if the server is unreachable
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user