diff options
author | UbitUmarov | 2015-09-26 19:17:59 +0100 |
---|---|---|
committer | UbitUmarov | 2015-09-26 19:17:59 +0100 |
commit | 238b32d95fe7af73db92a502ff078c5977e1a169 (patch) | |
tree | c64523730b9308b59925411e9f2957768a1c5601 /OpenSim | |
parent | add the Default Groups module lost in the merge (diff) | |
download | opensim-SC-238b32d95fe7af73db92a502ff078c5977e1a169.zip opensim-SC-238b32d95fe7af73db92a502ff078c5977e1a169.tar.gz opensim-SC-238b32d95fe7af73db92a502ff078c5977e1a169.tar.bz2 opensim-SC-238b32d95fe7af73db92a502ff078c5977e1a169.tar.xz |
in xmlrpcGroups send all groups on MakeRoot. this will slow down crossings even more, but viewers seem to need it now, something to review later
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/GroupsModule.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/GroupsModule.cs b/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/GroupsModule.cs index eef3c92..3137f84 100644 --- a/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/GroupsModule.cs +++ b/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/GroupsModule.cs | |||
@@ -266,9 +266,9 @@ namespace OpenSim.Region.OptionalModules.Avatar.XmlRpcGroups | |||
266 | // Used for Notices and Group Invites/Accept/Reject | 266 | // Used for Notices and Group Invites/Accept/Reject |
267 | sp.ControllingClient.OnInstantMessage += OnInstantMessage; | 267 | sp.ControllingClient.OnInstantMessage += OnInstantMessage; |
268 | // Send client their groups information. | 268 | // Send client their groups information. |
269 | // SendAgentGroupDataUpdate(sp.ControllingClient, sp.UUID); | 269 | SendAgentGroupDataUpdate(sp.ControllingClient, sp.UUID); |
270 | // only send data viwer will ask rest later | 270 | // only send data viwer will ask rest later |
271 | OnAgentDataUpdateRequest(sp.ControllingClient, sp.UUID, sp.UUID); | 271 | // OnAgentDataUpdateRequest(sp.ControllingClient, sp.UUID, sp.UUID); |
272 | } | 272 | } |
273 | 273 | ||
274 | private void OnMakeChild(ScenePresence sp) | 274 | private void OnMakeChild(ScenePresence sp) |