oops fix FolderMask acording

melanie
UbitUmarov 2017-01-14 16:49:56 +00:00
parent 1ff831c45b
commit e28ac282eb
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ namespace OpenSim.Framework
Slam = (1 << 3) | (1 << 4),
FoldedExport = 1 << 5,
FoldedMask = 0x0f,
FoldedMask = 0x027,
//
Transfer = 1 << 13,