mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
Remove a redundant parameter
This commit is contained in:
@@ -977,7 +977,7 @@ namespace OpenSim.Framework
|
||||
|
||||
void SendEjectGroupMemberReply(UUID agentID, UUID groupID, bool success);
|
||||
|
||||
void SendLeaveGroupReply(UUID agentID, UUID groupID, bool success);
|
||||
void SendLeaveGroupReply(UUID groupID, bool success);
|
||||
|
||||
void SendLandStatReply(uint reportType, uint requestFlags, uint resultCount, LandStatReportItem[] lsrpia);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user