aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs
diff options
context:
space:
mode:
authorMelanie2010-02-28 22:47:31 +0000
committerMelanie2010-02-28 22:47:31 +0000
commit44e7224b86dbcd369ce2569328e3b00fc3b209ab (patch)
tree597d7684c719a5ca726c25aa35b058abd126cae1 /OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs
parentInitial Online friends notification seems to be working reliably now. All thi... (diff)
downloadopensim-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/Region/Examples/SimpleModule/MyNpcCharacter.cs')
-rw-r--r--OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs
index bb0d43b..c5b2363 100644
--- a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs
+++ b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs
@@ -1149,5 +1149,9 @@ namespace OpenSim.Region.Examples.SimpleModule
1149 public void SendGroupActiveProposals(UUID groupID, UUID transactionID, GroupActiveProposals[] Proposals) 1149 public void SendGroupActiveProposals(UUID groupID, UUID transactionID, GroupActiveProposals[] Proposals)
1150 { 1150 {
1151 } 1151 }
1152
1153 public void SendChangeUserRights(UUID friendID, int rights)
1154 {
1155 }
1152 } 1156 }
1153} 1157}