diff options
author | UbitUmarov | 2015-09-27 06:36:26 +0100 |
---|---|---|
committer | UbitUmarov | 2015-09-27 06:38:19 +0100 |
commit | 18536b4be624ff5583186eacb40b495eefe1fa93 (patch) | |
tree | cfb2982e5ab57834944b3e56dd6640e036c2ca37 /OpenSim/Framework/IClientAPI.cs | |
parent | AvatarGroupsReply message does not have ListInProfile fields (diff) | |
download | opensim-SC-18536b4be624ff5583186eacb40b495eefe1fa93.zip opensim-SC-18536b4be624ff5583186eacb40b495eefe1fa93.tar.gz opensim-SC-18536b4be624ff5583186eacb40b495eefe1fa93.tar.bz2 opensim-SC-18536b4be624ff5583186eacb40b495eefe1fa93.tar.xz |
add missing SendAgentGroupDataUpdate to llClientView
Diffstat (limited to 'OpenSim/Framework/IClientAPI.cs')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index f5fd5f5..a76c89e 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -1457,6 +1457,7 @@ namespace OpenSim.Framework | |||
1457 | void SendMapItemReply(mapItemReply[] replies, uint mapitemtype, uint flags); | 1457 | void SendMapItemReply(mapItemReply[] replies, uint mapitemtype, uint flags); |
1458 | 1458 | ||
1459 | void SendAvatarGroupsReply(UUID avatarID, GroupMembershipData[] data); | 1459 | void SendAvatarGroupsReply(UUID avatarID, GroupMembershipData[] data); |
1460 | void SendAgentGroupDataUpdate(UUID avatarID, GroupMembershipData[] data); | ||
1460 | void SendOfferCallingCard(UUID srcID, UUID transactionID); | 1461 | void SendOfferCallingCard(UUID srcID, UUID transactionID); |
1461 | void SendAcceptCallingCard(UUID transactionID); | 1462 | void SendAcceptCallingCard(UUID transactionID); |
1462 | void SendDeclineCallingCard(UUID transactionID); | 1463 | void SendDeclineCallingCard(UUID transactionID); |