Implements ObjectOwner god mode packet (Set Owner To Me admin option)

This commit is contained in:
Melanie Thielker
2008-10-06 00:09:49 +00:00
parent f8acdeb437
commit 6ab5b523f8
6 changed files with 38 additions and 0 deletions

View File

@@ -216,6 +216,7 @@ namespace OpenSim.Region.Examples.SimpleModule
public event ActivateGesture OnActivateGesture;
public event DeactivateGesture OnDeactivateGesture;
public event ObjectOwner OnObjectOwner;
public event DirPlacesQuery OnDirPlacesQuery;