diff options
author | Melanie | 2010-02-28 22:47:31 +0000 |
---|---|---|
committer | Melanie | 2010-02-28 22:47:31 +0000 |
commit | 44e7224b86dbcd369ce2569328e3b00fc3b209ab (patch) | |
tree | 597d7684c719a5ca726c25aa35b058abd126cae1 /OpenSim/Framework | |
parent | Initial Online friends notification seems to be working reliably now. All thi... (diff) | |
download | opensim-SC_OLD-44e7224b86dbcd369ce2569328e3b00fc3b209ab.zip opensim-SC_OLD-44e7224b86dbcd369ce2569328e3b00fc3b209ab.tar.gz opensim-SC_OLD-44e7224b86dbcd369ce2569328e3b00fc3b209ab.tar.bz2 opensim-SC_OLD-44e7224b86dbcd369ce2569328e3b00fc3b209ab.tar.xz |
Add missing ChangeUserRights packet sender
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index 4003b7e..1daca32 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -1478,5 +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 | } | 1482 | } |
1482 | } | 1483 | } |