Fix avatar "inspect" commandhandler

This commit is contained in:
Lirusaito
2013-06-11 19:03:15 -04:00
parent b7136b2b4f
commit 08ab202a06

View File

@@ -102,13 +102,13 @@ public:
return true;
}
/* Singu TODO
if (verb == "inspect")
{
LLFloaterReg::showInstance("inspect_avatar", LLSD().with("avatar_id", avatar_id));
LLAvatarActions::showProfile(avatar_id);
//Singu TODO: inspect?
//LLFloaterReg::showInstance("inspect_avatar", LLSD().with("avatar_id", avatar_id));
return true;
}
*/
if (verb == "im")
{