mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
Add more group notify glue
This commit is contained in:
@@ -8991,6 +8991,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
d.Powers,
|
||||
d.UpdateType);
|
||||
}
|
||||
m_GroupsModule.NotifyChange(groupRoleUpdate.AgentData.GroupID);
|
||||
}
|
||||
break;
|
||||
|
||||
@@ -9018,6 +9019,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
d.MemberID,
|
||||
d.Change);
|
||||
}
|
||||
m_GroupsModule.NotifyChange(groupRoleChanges.AgentData.GroupID);
|
||||
}
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user