Change the signature of SendChangeUserRights, because we have to send

this to both parties
This commit is contained in:
Melanie
2010-02-28 22:56:31 +00:00
parent 44e7224b86
commit 86c621fdc7
9 changed files with 10 additions and 10 deletions

View File

@@ -1150,7 +1150,7 @@ namespace OpenSim.Region.Examples.SimpleModule
{
}
public void SendChangeUserRights(UUID friendID, int rights)
public void SendChangeUserRights(UUID agentID, UUID friendID, int rights)
{
}
}