mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 13:55:35 +08:00
Change the signature of SendChangeUserRights, because we have to send
this to both parties
This commit is contained in:
@@ -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)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user