meteor-client
meteor-client copied to clipboard
Avoid mojang API ratelimit exception spamming on startup when refresh…
…ing friends
Type of change
- [x] Bug fix
- [ ] New feature
Description
Meteor does not handle rate limits when refreshing Friends list. This results in the friends list never getting updated and a lot of spam in logs at startup.
1 second delay should do the trick.
Related issues
Mention any issues that this pr relates to.
How Has This Been Tested?
Videos or screenshots of the changes if applicable.
Checklist:
- [x] My code follows the style guidelines of this project.
- [x] I have added comments to my code in more complex areas.
- [x] I have tested the code in both development and production environments.