diff options
Diffstat (limited to 'OpenSim/Framework/IClientAPI.cs')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index add177d..cf6a541 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -977,7 +977,7 @@ namespace OpenSim.Framework | |||
977 | 977 | ||
978 | void SendEjectGroupMemberReply(UUID agentID, UUID groupID, bool success); | 978 | void SendEjectGroupMemberReply(UUID agentID, UUID groupID, bool success); |
979 | 979 | ||
980 | void SendLeaveGroupReply(UUID agentID, UUID groupID, bool success); | 980 | void SendLeaveGroupReply(UUID groupID, bool success); |
981 | 981 | ||
982 | void SendLandStatReply(uint reportType, uint requestFlags, uint resultCount, LandStatReportItem[] lsrpia); | 982 | void SendLandStatReply(uint reportType, uint requestFlags, uint resultCount, LandStatReportItem[] lsrpia); |
983 | 983 | ||