Update framework again.

This commit is contained in:
Dean Herbert
2016-09-21 17:37:33 +09:00
parent b2e7f290f2
commit 997c6f45f6
3 changed files with 8 additions and 6 deletions

View File

@ -65,7 +65,7 @@ namespace osu.Game.Online.API
Token = req.ResponseObject;
return true;
}
catch (Exception e)
catch
{
//todo: potentially only kill the refresh token on certain exception types.
Token = null;