Allow attachments to track the user's camera
parent
e7e88c4db1
commit
5591abf9d1
|
@ -3672,6 +3672,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
|||
int implicitPerms = ScriptBaseClass.PERMISSION_TAKE_CONTROLS |
|
||||
ScriptBaseClass.PERMISSION_TRIGGER_ANIMATION |
|
||||
ScriptBaseClass.PERMISSION_CONTROL_CAMERA |
|
||||
ScriptBaseClass.PERMISSION_TRACK_CAMERA |
|
||||
ScriptBaseClass.PERMISSION_ATTACH;
|
||||
|
||||
if ((perm & (~implicitPerms)) == 0) // Requested only implicit perms
|
||||
|
|
Loading…
Reference in New Issue