mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
oops fix FolderMask acording
This commit is contained in:
@@ -69,7 +69,7 @@ namespace OpenSim.Framework
|
||||
Slam = (1 << 3) | (1 << 4),
|
||||
FoldedExport = 1 << 5,
|
||||
|
||||
FoldedMask = 0x0f,
|
||||
FoldedMask = 0x027,
|
||||
|
||||
//
|
||||
Transfer = 1 << 13,
|
||||
|
||||
Reference in New Issue
Block a user