diff options
author | UbitUmarov | 2014-09-26 14:08:21 +0100 |
---|---|---|
committer | UbitUmarov | 2014-09-26 14:08:21 +0100 |
commit | 5f57b55dc97eb943af4c0429a68f074b490fffd7 (patch) | |
tree | 5ef10d8f1bee534d66abafb3e1f0357fa9558fcc /OpenSim/Region | |
parent | change animset permitions to reflect no transfer nature (diff) | |
download | opensim-SC_OLD-5f57b55dc97eb943af4c0429a68f074b490fffd7.zip opensim-SC_OLD-5f57b55dc97eb943af4c0429a68f074b490fffd7.tar.gz opensim-SC_OLD-5f57b55dc97eb943af4c0429a68f074b490fffd7.tar.bz2 opensim-SC_OLD-5f57b55dc97eb943af4c0429a68f074b490fffd7.tar.xz |
use central animationset permitions define
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCaps.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCaps.cs b/OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCaps.cs index 0e38d05..a32593a 100644 --- a/OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCaps.cs +++ b/OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCaps.cs | |||
@@ -1125,8 +1125,8 @@ namespace OpenSim.Region.ClientStack.Linden | |||
1125 | 1125 | ||
1126 | if (inType == (sbyte)CustomInventoryType.AnimationSet) | 1126 | if (inType == (sbyte)CustomInventoryType.AnimationSet) |
1127 | { | 1127 | { |
1128 | item.BasePermissions = (uint)(PermissionMask.Copy | PermissionMask.Modify); | 1128 | item.BasePermissions = AnimationSet.allowedPermitions; |
1129 | item.CurrentPermissions = (uint)(PermissionMask.Copy| PermissionMask.Modify); | 1129 | item.CurrentPermissions = AnimationSet.allowedPermitions; |
1130 | item.EveryOnePermissions = 0; | 1130 | item.EveryOnePermissions = 0; |
1131 | item.NextPermissions = 0; | 1131 | item.NextPermissions = 0; |
1132 | } | 1132 | } |