Skip to content
Snippets Groups Projects
Commit 25e8e9ea authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Fox

parent 9fd21189
Branches
Tags
No related merge requests found
...@@ -498,7 +498,7 @@ void ALAvatarActions::estateTeleportHome(const uuid_vec_t& ids) ...@@ -498,7 +498,7 @@ void ALAvatarActions::estateTeleportHome(const uuid_vec_t& ids)
LLSD args; LLSD args;
args["AVATAR_NAMES"] = avatars; args["AVATAR_NAMES"] = avatars;
LLNotificationsUtil::add((payload["avatar_ids"].size() == 1) ? "EstateTeleportHomeSingle" : "EstateTeleportHomeMulti", args, payload, handleEstateTeleportHome); LLNotificationsUtil::add((payload["avatar_ids"].size() == 1) ? "EstateTeleportHomeSingle" : "EstateTeleportHomeMultiple", args, payload, handleEstateTeleportHome);
} }
// static // static
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment