aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/Avatar/Groups
diff options
context:
space:
mode:
authorTeravus Ovares2008-05-14 04:57:32 +0000
committerTeravus Ovares2008-05-14 04:57:32 +0000
commit9e8dd941f13c0a0b2a5e76cb69b055d7af02d3bc (patch)
treefcd58d2d0cce49d8052cb9419a0b2890152f82fa /OpenSim/Region/Environment/Modules/Avatar/Groups
parent* Removed 19 warnings (diff)
downloadopensim-SC_OLD-9e8dd941f13c0a0b2a5e76cb69b055d7af02d3bc.zip
opensim-SC_OLD-9e8dd941f13c0a0b2a5e76cb69b055d7af02d3bc.tar.gz
opensim-SC_OLD-9e8dd941f13c0a0b2a5e76cb69b055d7af02d3bc.tar.bz2
opensim-SC_OLD-9e8dd941f13c0a0b2a5e76cb69b055d7af02d3bc.tar.xz
* Refactored OutPacket out of ScenePresence
* Down to 65 warnings.
Diffstat (limited to 'OpenSim/Region/Environment/Modules/Avatar/Groups')
-rw-r--r--OpenSim/Region/Environment/Modules/Avatar/Groups/GroupsModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Modules/Avatar/Groups/GroupsModule.cs b/OpenSim/Region/Environment/Modules/Avatar/Groups/GroupsModule.cs
index f9e81f0..0f7f2f2 100644
--- a/OpenSim/Region/Environment/Modules/Avatar/Groups/GroupsModule.cs
+++ b/OpenSim/Region/Environment/Modules/Avatar/Groups/GroupsModule.cs
@@ -176,7 +176,7 @@ namespace OpenSim.Region.Environment.Modules.Avatar.Groups
176 ActiveGroupTitle = grp.ActiveGroupTitle; 176 ActiveGroupTitle = grp.ActiveGroupTitle;
177 } 177 }
178 178
179 //remoteClient.SendAgentDataUpdate(AgentID, ActiveGroupID, firstname, lastname, ActiveGroupPowers, ActiveGroupName, ActiveGroupTitle); 179 remoteClient.SendAgentDataUpdate(AgentID, ActiveGroupID, firstname, lastname, ActiveGroupPowers, ActiveGroupName, ActiveGroupTitle);
180 } 180 }
181 } 181 }
182 } 182 }