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
In this situation the user gets both a friend request and a party request. PopupEvents will display these at the same time (over each other) and try to accept both. The server in question would deny you from accepting the party in this case due to typing commands too fast.
A solution for this would be to implement a queue system.
As in first display the friend request and wait for the user to decide. After it has either timed out or the user has accepted, display the party request.
Screenshot of this being an issue:
The text was updated successfully, but these errors were encountered:
In this situation the user gets both a friend request and a party request. PopupEvents will display these at the same time (over each other) and try to accept both. The server in question would deny you from accepting the party in this case due to typing commands too fast.
A solution for this would be to implement a queue system.
As in first display the friend request and wait for the user to decide. After it has either timed out or the user has accepted, display the party request.
Screenshot of this being an issue:
The text was updated successfully, but these errors were encountered: