diff options
author | Justin Clark-Casey (justincc) | 2014-03-07 01:04:40 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2014-03-07 01:04:54 +0000 |
commit | 71918eeab4beee076d53469e8d19addab49135b7 (patch) | |
tree | a81a76fa046ffa1cada2e6759553ff3fde815edb /OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/GroupsModule.cs | |
parent | Add scene name to bad parcel add logging (diff) | |
download | opensim-SC-71918eeab4beee076d53469e8d19addab49135b7.zip opensim-SC-71918eeab4beee076d53469e8d19addab49135b7.tar.gz opensim-SC-71918eeab4beee076d53469e8d19addab49135b7.tar.bz2 opensim-SC-71918eeab4beee076d53469e8d19addab49135b7.tar.xz |
Add regression test for sending group notices via xmlrpc groups connector.
Diffstat (limited to 'OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/GroupsModule.cs')
-rw-r--r-- | OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/GroupsModule.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/GroupsModule.cs b/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/GroupsModule.cs index d09d3ad..62020ee 100644 --- a/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/GroupsModule.cs +++ b/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/GroupsModule.cs | |||
@@ -497,6 +497,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.XmlRpcGroups | |||
497 | OnNewGroupNotice(GroupID, NoticeID); | 497 | OnNewGroupNotice(GroupID, NoticeID); |
498 | } | 498 | } |
499 | 499 | ||
500 | /*** We would insert call code here ***/ | ||
500 | // Send notice out to everyone that wants notices | 501 | // Send notice out to everyone that wants notices |
501 | foreach (GroupMembersData member in m_groupData.GetGroupMembers(GetRequestingAgentID(remoteClient), GroupID)) | 502 | foreach (GroupMembersData member in m_groupData.GetGroupMembers(GetRequestingAgentID(remoteClient), GroupID)) |
502 | { | 503 | { |