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/Environment/Modules | |
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/Environment/Modules')
-rw-r--r-- | OpenSim/Region/Environment/Modules/World/NPC/NPCAvatar.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Environment/Modules/World/NPC/NPCAvatar.cs b/OpenSim/Region/Environment/Modules/World/NPC/NPCAvatar.cs index ff54ed3..972491d 100644 --- a/OpenSim/Region/Environment/Modules/World/NPC/NPCAvatar.cs +++ b/OpenSim/Region/Environment/Modules/World/NPC/NPCAvatar.cs | |||
@@ -321,6 +321,7 @@ namespace OpenSim.Region.Environment.Modules.World.NPC | |||
321 | 321 | ||
322 | public event ActivateGesture OnActivateGesture; | 322 | public event ActivateGesture OnActivateGesture; |
323 | public event DeactivateGesture OnDeactivateGesture; | 323 | public event DeactivateGesture OnDeactivateGesture; |
324 | public event ObjectOwner OnObjectOwner; | ||
324 | 325 | ||
325 | public event DirPlacesQuery OnDirPlacesQuery; | 326 | public event DirPlacesQuery OnDirPlacesQuery; |
326 | 327 | ||