diff options
Add missing ChangeUserRights packet sender
Diffstat (limited to 'OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs')
-rw-r--r-- | OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs | 4 |
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 | } |