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
The dev version has a bug where it spams the server console with [SharpTimerERROR] Failed to GetSortedRecordsFromGlobal. Status code: Unauthorized
public async Task<Dictionary<int, PlayerRecord>> GetSortedRecordsFromGlobal(int limit = 0, int bonusX = 0, string mapName = "", int style = 0)
is missing
if (apiKey == "") return;
The text was updated successfully, but these errors were encountered:
thank you! will be fixed next update
Sorry, something went wrong.
No branches or pull requests
The dev version has a bug where it spams the server console with [SharpTimerERROR] Failed to GetSortedRecordsFromGlobal. Status code: Unauthorized
public async Task<Dictionary<int, PlayerRecord>> GetSortedRecordsFromGlobal(int limit = 0, int bonusX = 0, string mapName = "", int style = 0)
is missing
if (apiKey == "")
return;
The text was updated successfully, but these errors were encountered: