diff options
author | Melanie | 2010-02-28 22:56:31 +0000 |
---|---|---|
committer | Melanie | 2010-02-28 22:56:31 +0000 |
commit | 86c621fdc77fadb898cf53578e83746cd8f8711b (patch) | |
tree | df69ad31237d4d2b459acf8a200a4bc1f6cabbcf /OpenSim/Tests | |
parent | Add missing ChangeUserRights packet sender (diff) | |
download | opensim-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/Tests')
-rw-r--r-- | OpenSim/Tests/Common/Mock/TestClient.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestClient.cs b/OpenSim/Tests/Common/Mock/TestClient.cs index c424183..6403c1b 100644 --- a/OpenSim/Tests/Common/Mock/TestClient.cs +++ b/OpenSim/Tests/Common/Mock/TestClient.cs | |||
@@ -1210,7 +1210,7 @@ namespace OpenSim.Tests.Common.Mock | |||
1210 | { | 1210 | { |
1211 | } | 1211 | } |
1212 | 1212 | ||
1213 | public void SendChangeUserRights(UUID friendID, int rights) | 1213 | public void SendChangeUserRights(UUID agentID, UUID friendID, int rights) |
1214 | { | 1214 | { |
1215 | } | 1215 | } |
1216 | } | 1216 | } |