Skip to content
Snippets Groups Projects
Commit 298d012f authored by James Cook's avatar James Cook
Browse files

Documented that last name "Resident" is not stored

parent 5774acb8
No related branches found
No related tags found
No related merge requests found
...@@ -74,7 +74,7 @@ class LLMute ...@@ -74,7 +74,7 @@ class LLMute
public: public:
LLUUID mID; // agent or object id LLUUID mID; // agent or object id
std::string mName; // agent or object name std::string mName; // agent or object name, does not store last name "Resident"
EType mType; // needed for UI display of existing mutes EType mType; // needed for UI display of existing mutes
U32 mFlags; // flags pertaining to this mute entry U32 mFlags; // flags pertaining to this mute entry
}; };
......
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