mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
Remove a redundant parameter
This commit is contained in:
@@ -974,7 +974,7 @@ namespace OpenSim.Region.Environment.Modules.World.NPC
|
||||
{
|
||||
}
|
||||
|
||||
public void SendLeaveGroupReply(UUID agentID, UUID groupID, bool success)
|
||||
public void SendLeaveGroupReply(UUID groupID, bool success)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user