Maybe fix pusssycat's issue with clicking for group profile being broken

This commit is contained in:
Liru Færs
2020-01-12 14:47:52 -05:00
parent 1726c27078
commit 6c9a156610

View File

@@ -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;