mirror of
https://github.com/opensim/opensim.git
synced 2026-05-14 18:55:39 +08:00
Remove a redundant parameter
This commit is contained in:
@@ -978,7 +978,7 @@ namespace OpenSim.Region.Examples.SimpleModule
|
||||
{
|
||||
}
|
||||
|
||||
public void SendLeaveGroupReply(UUID agentID, UUID groupID, bool success)
|
||||
public void SendLeaveGroupReply(UUID groupID, bool success)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user