Add more group notify glue

This commit is contained in:
Melanie Thielker
2009-05-12 15:52:28 +00:00
parent 8039946c76
commit fca73f3ae4
3 changed files with 10 additions and 0 deletions

View File

@@ -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;