mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 10:15:33 +08:00
Implements ObjectOwner god mode packet (Set Owner To Me admin option)
This commit is contained in:
@@ -308,6 +308,7 @@ namespace OpenSim.Framework
|
||||
public delegate void DeactivateGesture(IClientAPI client, UUID gestureid);
|
||||
|
||||
public delegate void TerrainUnacked(IClientAPI remoteClient, int patchX, int patchY);
|
||||
public delegate void ObjectOwner(IClientAPI remoteClient, UUID ownerID, UUID groupID, List<uint> localIDs);
|
||||
|
||||
public delegate void DirPlacesQuery(IClientAPI remoteClient, UUID queryID, string queryText, int queryFlags, int category, string simName, int queryStart);
|
||||
|
||||
@@ -546,6 +547,7 @@ namespace OpenSim.Framework
|
||||
event TerrainUnacked OnUnackedTerrain;
|
||||
event ActivateGesture OnActivateGesture;
|
||||
event DeactivateGesture OnDeactivateGesture;
|
||||
event ObjectOwner OnObjectOwner;
|
||||
|
||||
event DirPlacesQuery OnDirPlacesQuery;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user