mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
* This wraps the autopilot request to the client's sit response. An interesting, but successful way to do it.
* This also takes care of a few error situations that were previously never seen.
This commit is contained in:
@@ -62,6 +62,9 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
public uint ExternalChecksGenerateClientFlags(LLUUID userID, LLUUID objectID)
|
||||
{
|
||||
SceneObjectPart part=m_scene.GetSceneObjectPart(objectID);
|
||||
|
||||
if (part == null)
|
||||
return 0;
|
||||
|
||||
uint perms=part.GetEffectiveObjectFlags() |
|
||||
(uint)LLObject.ObjectFlags.ObjectModify |
|
||||
|
||||
Reference in New Issue
Block a user