fix incoerent definition of Slam bit (bits 3 and 4 used in diferent

places.) this may still be wrong on other places; Do not loose folded
permitions,  WARNING MASTER IS NOW UNSTABLE. permissions are still broken"
This commit is contained in:
UbitUmarov
2017-01-14 14:19:58 +00:00
parent e263730ada
commit fb86e41561
4 changed files with 11 additions and 10 deletions

View File

@@ -66,9 +66,10 @@ namespace OpenSim.Framework
FoldedTransfer = 1,
FoldedModify = 1 << 1,
FoldedCopy = 1 << 2,
FoldedExport = 1 << 4,
FoldedExport = 1 << 3,
Slam = 1 << 4,
FoldedMask = 0x17,
FoldedMask = 0x0f,
//
Transfer = 1 << 13,