mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 03:06:05 +08:00
add missing SendAgentGroupDataUpdate to llClientView
This commit is contained in:
@@ -1573,7 +1573,12 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server
|
||||
|
||||
public void SendAvatarGroupsReply(UUID avatarID, GroupMembershipData[] data)
|
||||
{
|
||||
|
||||
|
||||
}
|
||||
|
||||
public void SendAgentGroupDataUpdate(UUID avatarID, GroupMembershipData[] data)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public void SendOfferCallingCard(UUID srcID, UUID transactionID)
|
||||
|
||||
@@ -1183,6 +1183,10 @@ namespace OpenSim.Region.OptionalModules.World.NPC
|
||||
{
|
||||
}
|
||||
|
||||
public void SendAgentGroupDataUpdate(UUID avatarID, GroupMembershipData[] data)
|
||||
{
|
||||
}
|
||||
|
||||
public void SendTerminateFriend(UUID exFriendID)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user