diff options
Diffstat (limited to 'indra')
-rwxr-xr-x | indra/newview/llviewermessage.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/llviewermessage.cpp b/indra/newview/llviewermessage.cpp index 9d80e0c04c..90551d641b 100755 --- a/indra/newview/llviewermessage.cpp +++ b/indra/newview/llviewermessage.cpp @@ -667,8 +667,7 @@ bool join_group_response(const LLSD& notification, const LLSD& response) sSavedGroupInvite[id] = notification; sSavedResponse[id] = response; } - - if ("JoinedTooManyGroupsMember" == action) + else if ("JoinedTooManyGroupsMember" == action) { S32 opt = LLNotificationsUtil::getSelectedOption(notification, response); if (0 == opt) // Join button pressed |