aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Client/Sirikata
diff options
context:
space:
mode:
authorMelanie2010-02-28 22:56:31 +0000
committerMelanie2010-02-28 22:56:31 +0000
commit86c621fdc77fadb898cf53578e83746cd8f8711b (patch)
treedf69ad31237d4d2b459acf8a200a4bc1f6cabbcf /OpenSim/Client/Sirikata
parentAdd missing ChangeUserRights packet sender (diff)
downloadopensim-SC_OLD-86c621fdc77fadb898cf53578e83746cd8f8711b.zip
opensim-SC_OLD-86c621fdc77fadb898cf53578e83746cd8f8711b.tar.gz
opensim-SC_OLD-86c621fdc77fadb898cf53578e83746cd8f8711b.tar.bz2
opensim-SC_OLD-86c621fdc77fadb898cf53578e83746cd8f8711b.tar.xz
Change the signature of SendChangeUserRights, because we have to send
this to both parties
Diffstat (limited to 'OpenSim/Client/Sirikata')
-rw-r--r--OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs b/OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs
index 22a37d1..56f5f8f 100644
--- a/OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs
+++ b/OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs
@@ -1195,7 +1195,7 @@ namespace OpenSim.Client.Sirikata.ClientStack
1195 { 1195 {
1196 } 1196 }
1197 1197
1198 public void SendChangeUserRights(UUID friendID, int rights) 1198 public void SendChangeUserRights(UUID agentID, UUID friendID, int rights)
1199 { 1199 {
1200 } 1200 }
1201 1201