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/Client/MXP | |
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/Client/MXP')
-rw-r--r-- | OpenSim/Client/MXP/ClientStack/MXPClientView.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Client/MXP/ClientStack/MXPClientView.cs b/OpenSim/Client/MXP/ClientStack/MXPClientView.cs index 167a40c..b40a09b 100644 --- a/OpenSim/Client/MXP/ClientStack/MXPClientView.cs +++ b/OpenSim/Client/MXP/ClientStack/MXPClientView.cs | |||
@@ -1706,5 +1706,9 @@ namespace OpenSim.Client.MXP.ClientStack | |||
1706 | public void SendGroupActiveProposals(UUID groupID, UUID transactionID, GroupActiveProposals[] Proposals) | 1706 | public void SendGroupActiveProposals(UUID groupID, UUID transactionID, GroupActiveProposals[] Proposals) |
1707 | { | 1707 | { |
1708 | } | 1708 | } |
1709 | |||
1710 | public void SendChangeUserRights(UUID friendID, int rights) | ||
1711 | { | ||
1712 | } | ||
1709 | } | 1713 | } |
1710 | } | 1714 | } |