You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 1, 2025. It is now read-only.
This was brought to my attention because an SBT user alerted me to constant Mod API rate limit errors, seemingly caused by both our mods sending party info request packets. Both our mods having this feature should not be an issue for users as long as they pick one to use and disable the other one, but cookies sends the packet before checking if the feature is enabled, causing rate limit errors for someone using the SBT one. A solution would be to simply check the feature's enabled status before sending anything to the Mod API.