mirror of
https://github.com/opensim/opensim.git
synced 2026-08-02 23:18:34 +08:00
Change the signature of SendChangeUserRights, because we have to send
this to both parties
This commit is contained in:
@@ -1211,7 +1211,7 @@ namespace OpenSim.Client.VWoHTTP.ClientStack
|
||||
{
|
||||
}
|
||||
|
||||
public void SendChangeUserRights(UUID friendID, int rights)
|
||||
public void SendChangeUserRights(UUID agentID, UUID friendID, int rights)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user