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/Framework | |
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/Framework')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index 1daca32..82b5968 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -1478,6 +1478,6 @@ namespace OpenSim.Framework | |||
1478 | 1478 | ||
1479 | void SendGroupTransactionsSummaryDetails(IClientAPI sender,UUID groupID, UUID transactionID, UUID sessionID,int amt); | 1479 | void SendGroupTransactionsSummaryDetails(IClientAPI sender,UUID groupID, UUID transactionID, UUID sessionID,int amt); |
1480 | 1480 | ||
1481 | void SendChangeUserRights(UUID friendID, int rights); | 1481 | void SendChangeUserRights(UUID agentID, UUID friendID, int rights); |
1482 | } | 1482 | } |
1483 | } | 1483 | } |