runelite-client: check saved session validity

This commit is contained in:
Adam
2017-05-20 11:49:24 -04:00
parent f92da7b9b1
commit 39430395ef
2 changed files with 16 additions and 4 deletions

View File

@@ -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
}
}
}