diff options
author | Melanie Thielker | 2008-10-06 00:09:49 +0000 |
---|---|---|
committer | Melanie Thielker | 2008-10-06 00:09:49 +0000 |
commit | 6ab5b523f8b6bdd056cb033c17811ae720564428 (patch) | |
tree | a683bb6124e3988ba7c59a02c306edbe39f7d13f /OpenSim/Region/Examples | |
parent | * Green dots on the mainmap for avatar. (diff) | |
download | opensim-SC_OLD-6ab5b523f8b6bdd056cb033c17811ae720564428.zip opensim-SC_OLD-6ab5b523f8b6bdd056cb033c17811ae720564428.tar.gz opensim-SC_OLD-6ab5b523f8b6bdd056cb033c17811ae720564428.tar.bz2 opensim-SC_OLD-6ab5b523f8b6bdd056cb033c17811ae720564428.tar.xz |
Implements ObjectOwner god mode packet (Set Owner To Me admin option)
Diffstat (limited to 'OpenSim/Region/Examples')
-rw-r--r-- | OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs index 60a66aa..b7ff879 100644 --- a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs +++ b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs | |||
@@ -216,6 +216,7 @@ namespace OpenSim.Region.Examples.SimpleModule | |||
216 | 216 | ||
217 | public event ActivateGesture OnActivateGesture; | 217 | public event ActivateGesture OnActivateGesture; |
218 | public event DeactivateGesture OnDeactivateGesture; | 218 | public event DeactivateGesture OnDeactivateGesture; |
219 | public event ObjectOwner OnObjectOwner; | ||
219 | 220 | ||
220 | public event DirPlacesQuery OnDirPlacesQuery; | 221 | public event DirPlacesQuery OnDirPlacesQuery; |
221 | 222 | ||