mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user