View Single Post
04-16-12, 09:50 PM   #8
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
Originally Posted by semlar View Post
Is DeclineGroup() somehow functionally different from AcceptGroup(), because my personal auto-accept addon just watches PARTY_INVITE_REQUEST and calls AcceptGroup() and the dialog box never even shows up.
No, but you cannot rely on the order of race condition outcomes (event received by your addon vs dialog being shown) being consistent in other people's game clients. In this case, it sounds like your client shows the dialog before passing the event to your addon. If the OP's client fires the event first, then declining the group in response to the event will leave the dialog visible.
  Reply With Quote