We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Here is example: https://gist.github.com/lonewulfa/c20f0358670f91feacbd023d52c290c1
Player disconnected, his ratings info is wiped, then callback_balance is called attempting to access his wiped rating.
Possibly I need to add extra check if player is still playing before getting his rating info.
The text was updated successfully, but these errors were encountered:
Also related error: https://gist.github.com/lonewulfa/e710752872ac0ac802b1ab4825503bf1
Sorry, something went wrong.
No branches or pull requests
Here is example: https://gist.github.com/lonewulfa/c20f0358670f91feacbd023d52c290c1
Player disconnected, his ratings info is wiped, then callback_balance is called attempting to access his wiped rating.
Possibly I need to add extra check if player is still playing before getting his rating info.
The text was updated successfully, but these errors were encountered: