Skip to content
Snippets Groups Projects
Commit 85361c89 authored by Botnet4U's avatar Botnet4U :speech_balloon:
Browse files

Yeek

parent d48c533c
No related branches found
No related tags found
No related merge requests found
......@@ -647,7 +647,7 @@ void LLPanelProfileLegacy::onCommitAction(const LLSD& userdata)
bool LLPanelProfileLegacy::isActionEnabled(const LLSD& userdata)
{
bool action_enabled = false;
const std::string check = userdata.asString();
const std::string& check = userdata.asString();
if (check == "can_has_telefono") {
action_enabled = (LLAvatarActions::canCall() && getAvatarId() != gAgentID);
} else if (check == "can_has_teleport") {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment