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

@@ -1676,7 +1676,7 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server
{
}
public void SendChangeUserRights(UUID friendID, int rights)
public void SendChangeUserRights(UUID agentID, UUID friendID, int rights)
{
}
}