Maybe fix pusssycat's issue with clicking for group profile being broken
This commit is contained in:
@@ -144,7 +144,7 @@ void LLNameUI::showProfile()
|
||||
{
|
||||
if (!mAllowInteract) return;
|
||||
|
||||
switch (LFIDBearer::getActiveType())
|
||||
switch (mType)
|
||||
{
|
||||
case LFIDBearer::GROUP: LLGroupActions::show(mNameID); break;
|
||||
case LFIDBearer::AVATAR: LLAvatarActions::showProfile(mNameID); break;
|
||||
|
||||
Reference in New Issue
Block a user