mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 05:45:37 +08:00
This commit is contained in:
@@ -391,7 +391,7 @@ namespace OpenSim.Region.Environment.Modules.Avatar.Concierge
|
||||
string name = _attendeeNames[uuid];
|
||||
list.Append(String.Format(" <avatar name=\"{0}\" uuid=\"{1}\" />\n", name, uuid));
|
||||
}
|
||||
list.Append("</avatars>");
|
||||
list.Append("</avatar>");
|
||||
}
|
||||
string payload = list.ToString();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user