Allow attachments to track the user's camera

avinationmerge
Melanie 2011-05-05 15:10:59 +02:00
parent e7e88c4db1
commit 5591abf9d1
1 changed files with 1 additions and 0 deletions

View File

@ -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