diff options
author | UbitUmarov | 2019-04-30 23:01:37 +0100 |
---|---|---|
committer | UbitUmarov | 2019-04-30 23:01:37 +0100 |
commit | 3491af440f7d4852415f574b06356bec3006c0c8 (patch) | |
tree | 7417f51eb447fa7483fe96e51b75c6abdcad5204 /OpenSim/Region/OptionalModules/Avatar | |
parent | sop: rename a few fields (diff) | |
download | opensim-SC-3491af440f7d4852415f574b06356bec3006c0c8.zip opensim-SC-3491af440f7d4852415f574b06356bec3006c0c8.tar.gz opensim-SC-3491af440f7d4852415f574b06356bec3006c0c8.tar.bz2 opensim-SC-3491af440f7d4852415f574b06356bec3006c0c8.tar.xz |
missing files...
Diffstat (limited to 'OpenSim/Region/OptionalModules/Avatar')
-rw-r--r-- | OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/GroupsModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/GroupsModule.cs b/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/GroupsModule.cs index 65d50bb..4b81838 100644 --- a/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/GroupsModule.cs +++ b/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/GroupsModule.cs | |||
@@ -278,7 +278,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.XmlRpcGroups | |||
278 | // There might be some problem with the thread we're generating this on but not | 278 | // There might be some problem with the thread we're generating this on but not |
279 | // doing the update at this time causes problems (Mantis #7920 and #7915) | 279 | // doing the update at this time causes problems (Mantis #7920 and #7915) |
280 | // TODO: move sending this update to a later time in the rootification of the client. | 280 | // TODO: move sending this update to a later time in the rootification of the client. |
281 | if(!sp.haveGroupInformation) | 281 | if(!sp.m_haveGroupInformation) |
282 | SendAgentGroupDataUpdate(sp.ControllingClient, false); | 282 | SendAgentGroupDataUpdate(sp.ControllingClient, false); |
283 | } | 283 | } |
284 | 284 | ||